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

Commit e380846f authored by Chia-Chi Teng's avatar Chia-Chi Teng Committed by Automerger Merge Worker
Browse files

Revert "Handle Clang's change of defaults from -fcommon to -fno-common" am: 4e0f6451

parents d1e76809 4e0f6451
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -68,6 +68,10 @@ var (
		// not emit the table by default on Android since NDK still uses GNU binutils.
		"-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.
		"-Werror=int-conversion",