mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-22 10:37:25 +00:00
Use -std=gnu99 not c99 with GCC.
This commit is contained in:
parent
b5fda7ad2a
commit
a09d8e88fc
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ endif
|
|||
# Set flags for gcc. gcc4 whines abouts silly stuff so it needs slightly
|
||||
# different flags.
|
||||
if IS_GCC
|
||||
CFLAGS += -std=c99
|
||||
CFLAGS += -std=gnu99
|
||||
if IS_DEBUG
|
||||
CFLAGS += -O0 -g
|
||||
CFLAGS += -Wno-long-long -Wall -W -Wnested-externs -Wformat=2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue