mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 03:50:36 +00:00
Fixing the makefile - stop adding pointless defaults
This commit is contained in:
parent
fafc755274
commit
a4198fc27e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ PREFIX := /usr/local
|
|||
BINDIR := $(PREFIX)/bin
|
||||
|
||||
CC ?= clang
|
||||
CFLAGS += -Wall -I. -Os
|
||||
CFLAGS += -Wall -I.
|
||||
#turn on tons of warnings if clang is present
|
||||
ifeq ($(CC), clang)
|
||||
CFLAGS += \
|
||||
|
|
Loading…
Reference in a new issue