mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
Wall was already there, changed pedantic, into pedantic-errors
This commit is contained in:
parent
20d65da321
commit
02a933b808
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. -Wall -pedantic
|
||||
CFLAGS += -Wall -I. -pedantic-errors
|
||||
#turn on tons of warnings if clang is present
|
||||
ifeq ($(CC), clang)
|
||||
CFLAGS += \
|
||||
|
|
Loading…
Reference in a new issue