summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig
index e1103c5ce1..185c16cf6d 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -554,7 +554,7 @@ ifeq (yes,$(build-omitfp))
# library with debugging information. The debuggable objects are named foo.og.
object-suffixes += .og
CFLAGS-.og = -g
-CFLAGS-.o = -g0 -O99 -fomit-frame-pointer
+CFLAGS-.o = -g0 -O99 -fomit-frame-pointer -D__USE_STRING_INLINES
CFLAGS-.os += $(CFLAGS-.o)
libtype.og = lib%_g.a
endif