mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-21 02:40:56 +00:00
oops
This commit is contained in:
parent
6024e377ba
commit
3f4659b5d5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ DATADIR := $(PREFIX)/share
|
|||
MANDIR := $(DATADIR)/man
|
||||
|
||||
# default flags
|
||||
CFLAGS += -Wall -Wextra -Werror -Wstrict-aliasing -Wno-attributes -g3
|
||||
CFLAGS += -Wall -Wextra -Werror -Wstrict-aliasing -Wno-attributes -O2
|
||||
|
||||
# compiler
|
||||
CC ?= clang
|
||||
|
|
Loading…
Reference in a new issue