diff options
Diffstat (limited to 'Source/charon/Makefile')
-rw-r--r-- | Source/charon/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Source/charon/Makefile b/Source/charon/Makefile index 72b84f88c..1491efcc2 100644 --- a/Source/charon/Makefile +++ b/Source/charon/Makefile @@ -18,7 +18,12 @@ MAIN_DIR= ./ LDFLAGS= -lgmp -lpthread -CFLAGS+= -Wall -Werror -DLEAK_DETECTIVE -I. -g +CFLAGS+= -Wall \ + -DLEAK_DETECTIVE \ + -I. \ + -g + +# -Werror # objects is extended by each included Makefile OBJS= |