mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 03:50:36 +00:00
Removed -O3 from Makefile again
This commit is contained in:
parent
a7d3a2d6ea
commit
1fa67577e0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
CC ?= clang
|
||||
CFLAGS += -Wall -I. -fomit-frame-pointer -fno-stack-protector -O3
|
||||
CFLAGS += -Wall -I. -fomit-frame-pointer -fno-stack-protector
|
||||
#turn on tons of warnings if clang is present
|
||||
ifeq ($(CC), clang)
|
||||
CFLAGS += \
|
||||
|
|
Loading…
Reference in a new issue