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

Commit 88df1d3e authored by Zijun Zhao's avatar Zijun Zhao Committed by Gerrit Code Review
Browse files

Merge "Handle Clang's change of defaults from -fcommon to -fno-common" into main

parents 4ed512b3 a4a4d295
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -68,10 +68,6 @@ var (
		// not emit the table by default on Android since NDK still uses GNU binutils.
		// not emit the table by default on Android since NDK still uses GNU binutils.
		"-faddrsig",
		"-faddrsig",


		// Turn on -fcommon explicitly, since Clang now defaults to -fno-common. The cleanup bug
		// tracking this is http://b/151457797.
		"-fcommon",

		// Help catch common 32/64-bit errors.
		// Help catch common 32/64-bit errors.
		"-Werror=int-conversion",
		"-Werror=int-conversion",