1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-28 20:23:51 +00:00

C++11 is enough.

This commit is contained in:
Bartosz Taudul 2017-10-30 22:07:37 +01:00
parent fb84a08419
commit 0578445762

View File

@ -1,6 +1,6 @@
OPTFLAGS := -g3 -fmerge-constants
CFLAGS := $(OPTFLAGS) -Wall -DTRACY_ENABLE
CXXFLAGS := $(CFLAGS) -std=gnu++14
CXXFLAGS := $(CFLAGS) -std=gnu++11
DEFINES +=
INCLUDES :=
LIBS := -lpthread