Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b5dce6d authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Use -fno-omit-frame-pointer for host linux.

Helps with debugging/profiling.

Bug: http://b/245707217
Change-Id: I6b2d4f73edbdbcdc36b3bf531341dd2dfb51a87c
parent cda9ce15
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@ var (

		"-fPIC",

		"-fno-omit-frame-pointer",

		"-U_FORTIFY_SOURCE",
		"-D_FORTIFY_SOURCE=2",
		"-fstack-protector-strong",
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@ var (

		"-fPIC",

		"-fno-omit-frame-pointer",

		"-U_FORTIFY_SOURCE",
		"-D_FORTIFY_SOURCE=2",
		"-fstack-protector",