mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-07 16:54:01 +01:00
parent
e203bff96e
commit
3be116bb6e
@ -23,11 +23,11 @@ endif
|
||||
|
||||
CFLAGS += -Wno-unused-parameter -Wno-unused-variable
|
||||
CFLAGS += -Ilibssh/include/ -Imsgpack/src
|
||||
CFLAGS += -rdynamic # for stack traces
|
||||
|
||||
# Set flags for gcc. gcc4 whines abouts silly stuff so it needs slightly
|
||||
# different flags.
|
||||
if IS_GCC
|
||||
CFLAGS += -rdynamic # for stack traces
|
||||
CFLAGS += -std=gnu99
|
||||
if IS_DEBUG
|
||||
CFLAGS += -O0 -g
|
||||
|
Loading…
Reference in New Issue
Block a user