diff options
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ OS := $(OS:Darwin=MACOS) HAVE_LIBDL ?= yes -CFLAGS += -Wall +CFLAGS += -Wall -Wdeclaration-after-statement ifeq (,$(findstring -fembed-bitcode,$(XCFLAGS))) # clang does not support these in combination with -fembed-bitcode |