diff options
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -41,7 +41,7 @@ arch_flags : arch_flags.c  ARCHFLAGS ?= $(shell $(CC) arch_flags.c -o arch_flags && ./arch_flags)  OPTFLAGS  ?= -g -O #-DABC_NAMESPACE=xxx -CFLAGS   += -Wall -Wno-unused-function -Wno-write-strings -Wno-sign-compare $(OPTFLAGS) $(ARCHFLAGS) -I$(PWD)/src +CFLAGS   += -Wall -Wno-unused-function -Wno-write-strings -Wno-sign-compare $(OPTFLAGS) $(ARCHFLAGS) -Isrc  # Set -Wno-unused-bug-set-variable for GCC 4.6.0 and greater only  ifneq ($(or $(findstring gcc,$(CC)),$(findstring g++,$(CC))),) | 
