mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Downgrade test application C++ version to C++11.
This commit is contained in:
parent
ce15ad763f
commit
29d7639c38
@ -1,7 +1,7 @@
|
||||
OPTFLAGS := -g3 -fmerge-constants
|
||||
TRACYFLAGS :=
|
||||
CFLAGS := $(OPTFLAGS) -Wall -DTRACY_ENABLE $(TRACYFLAGS) -rdynamic
|
||||
CXXFLAGS := $(CFLAGS) -std=gnu++17
|
||||
CXXFLAGS := $(CFLAGS) -std=gnu++11
|
||||
DEFINES +=
|
||||
INCLUDES :=
|
||||
LIBS := -lpthread -ldl
|
||||
|
Loading…
Reference in New Issue
Block a user