diff --git a/src/build/Common.gmake b/src/build/Common.gmake
index 78ecf480d855ed710c80ce0e80de1690185bc8e1..b7bc3c30a7f93e1b7d523ea72520c3161aefc85a 100644
--- a/src/build/Common.gmake
+++ b/src/build/Common.gmake
@@ -524,7 +524,7 @@ ifdef DEBUG
 else # RELEASE
  # -finline-functions (used to) break the baja build badly.
  # This also meant that -O3 wouldn't work either.
- CFLAGS	:= -O3 -Wno-unused-result -fomit-frame-pointer -ffast-math -funroll-loops $(CFLAGS)
+ CFLAGS	:= -O3 -Wno-unused-result -ffast-math -funroll-loops $(CFLAGS)
  ifndef NO_LTO
   # Not Yet... this requires more care with library ordering.
   # CFLAGS += -flto