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

Commit 3467708f authored by Yi Kong's avatar Yi Kong Committed by Automerger Merge Worker
Browse files

Revert "Turn off stack protector check for noreturn calls" am: 79b9b94e am: 418fa686

parents 6ad24787 418fa686
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -111,9 +111,6 @@ var (

		// Turn off FMA which got enabled by default in clang-r445002 (http://b/218805949)
		"-ffp-contract=off",

		// Turn off stack protector check for noreturn calls. (http://b/264965700)
		"-mllvm -disable-check-noreturn-call",
	}

	commonGlobalConlyflags = []string{}
@@ -150,9 +147,6 @@ var (
	commonGlobalLldflags = []string{
		"-fuse-ld=lld",
		"-Wl,--icf=safe",

		// Turn off stack protector check for noreturn calls. (http://b/264965700)
		"-Wl,-mllvm,-disable-check-noreturn-call",
	}

	deviceGlobalCppflags = []string{