mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-14 15:41:25 +00:00
accidentally left those in
This commit is contained in:
parent
beaba494b5
commit
459356a48d
1 changed files with 2 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -17,8 +17,7 @@ ifeq ($(CC), clang)
|
||||||
-Wno-unknown-warning-option \
|
-Wno-unknown-warning-option \
|
||||||
-Wno-cast-align \
|
-Wno-cast-align \
|
||||||
-Wno-assign-enum \
|
-Wno-assign-enum \
|
||||||
-pedantic-errors \
|
-pedantic-errors
|
||||||
-fsanitize=address -fno-omit-frame-pointer
|
|
||||||
else
|
else
|
||||||
ifneq ($(CC), g++)
|
ifneq ($(CC), g++)
|
||||||
CFLAGS += -Wmissing-prototypes -Wstrict-prototypes
|
CFLAGS += -Wmissing-prototypes -Wstrict-prototypes
|
||||||
|
@ -42,7 +41,7 @@ endif
|
||||||
# do this last otherwise there is whitespace in the command output and
|
# do this last otherwise there is whitespace in the command output and
|
||||||
# it makes my OCD act up
|
# it makes my OCD act up
|
||||||
CFLAGS += $(OPTIONAL_CFLAGS)
|
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
|
#we have duplicate object files when dealing with creating a simple list
|
||||||
#for dependinces. To combat this we use some clever recrusive-make to
|
#for dependinces. To combat this we use some clever recrusive-make to
|
||||||
|
|
Loading…
Reference in a new issue