mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 03:50:36 +00:00
Removing -std=c90, which was just used to make sure things stayed portable
This commit is contained in:
parent
426cab1f24
commit
fd835931af
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
CC ?= clang
|
||||
CFLAGS += -Wall -I. -pedantic-errors -std=c90
|
||||
CFLAGS += -Wall -I. -pedantic-errors
|
||||
|
||||
#turn on tons of warnings if clang is present
|
||||
ifeq ($(CC), clang)
|
||||
|
|
Loading…
Reference in a new issue