mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-12 19:31:47 +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
|
OPTFLAGS := -g3 -fmerge-constants
|
||||||
TRACYFLAGS :=
|
TRACYFLAGS :=
|
||||||
CFLAGS := $(OPTFLAGS) -Wall -DTRACY_ENABLE $(TRACYFLAGS) -rdynamic
|
CFLAGS := $(OPTFLAGS) -Wall -DTRACY_ENABLE $(TRACYFLAGS) -rdynamic
|
||||||
CXXFLAGS := $(CFLAGS) -std=gnu++17
|
CXXFLAGS := $(CFLAGS) -std=gnu++11
|
||||||
DEFINES +=
|
DEFINES +=
|
||||||
INCLUDES :=
|
INCLUDES :=
|
||||||
LIBS := -lpthread -ldl
|
LIBS := -lpthread -ldl
|
||||||
|
Loading…
Reference in New Issue
Block a user