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

Commit c7c666a3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove macros that the Linux host no longer needs." into main

parents 545ebf0c 49e8f259
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -30,11 +30,6 @@ var (
		"-D_FORTIFY_SOURCE=2",
		"-fstack-protector",

		// Workaround differences in inttypes.h between host and target.
		//See bug 12708004.
		"-D__STDC_FORMAT_MACROS",
		"-D__STDC_CONSTANT_MACROS",

		"--gcc-toolchain=${LinuxGccRoot}",
		"-fstack-protector-strong",
	}