aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-02-05 18:08:00 -0500
committerJack Lloyd <[email protected]>2019-02-05 18:08:00 -0500
commite5b770dc07c13567e51f2e124a36e01e800c023b (patch)
treecf1989a1eb711f8776ae8f1b63bf82a795f4de16
parent0e3b38cd6e9c47282f48f6585e5c44451cfa3437 (diff)
Skip setting -momit-leaf-frame-pointer
It turns out GCC already uses -fomit-frame-pointer by default since at least GCC 4.7
-rw-r--r--src/build-data/cc/gcc.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/build-data/cc/gcc.txt b/src/build-data/cc/gcc.txt
index 903aaeeaa..7790002a9 100644
--- a/src/build-data/cc/gcc.txt
+++ b/src/build-data/cc/gcc.txt
@@ -76,11 +76,6 @@ arm32:neon -> "-mfpu=neon"
arm64:neon -> ""
</isa_flags>
-<cpu_flags_no_debug>
-x86_32 -> "-momit-leaf-frame-pointer"
-x86_64 -> "-momit-leaf-frame-pointer"
-</cpu_flags_no_debug>
-
# Flags set here are included at compile and link time
<mach_abi_linking>
all!haiku,qnx -> "-pthread"