Files

14 lines
339 B
Diff
Raw Permalink Normal View History

2022-03-26 14:22:40 -04:00
Old versions of GCC do not recognize this flag
--- makefile_include.mk.orig
+++ makefile_include.mk
@@ -95,7 +95,7 @@
LTM_CFLAGS += -Wno-shadow
endif
ifeq ($(PLATFORM), Darwin)
-LTM_CFLAGS += -Wno-nullability-completeness
+# LTM_CFLAGS += -Wno-nullability-completeness
endif
ifeq ($(PLATFORM), CYGWIN)
LIBTOOLFLAGS += -no-undefined