From 459356a48dafe7c4b7c6c43a633484508abc7dcc Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 26 Sep 2014 15:32:14 +0200 Subject: [PATCH] accidentally left those in --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7697cfc..f6a21ff 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,7 @@ ifeq ($(CC), clang) -Wno-unknown-warning-option \ -Wno-cast-align \ -Wno-assign-enum \ - -pedantic-errors \ - -fsanitize=address -fno-omit-frame-pointer + -pedantic-errors else ifneq ($(CC), g++) CFLAGS += -Wmissing-prototypes -Wstrict-prototypes @@ -42,7 +41,7 @@ endif # do this last otherwise there is whitespace in the command output and # it makes my OCD act up CFLAGS += $(OPTIONAL_CFLAGS) -LDFLAGS += $(OPTIONAL_LDFLAGS) -fsanitize=address -fno-omit-frame-pointer +LDFLAGS += $(OPTIONAL_LDFLAGS) #we have duplicate object files when dealing with creating a simple list #for dependinces. To combat this we use some clever recrusive-make to -- 2.39.2