mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Callstack support needs the -rdynamic flag.
This commit is contained in:
parent
b4b08a0b29
commit
dc20742b5b
@ -1,5 +1,5 @@
|
||||
OPTFLAGS := -g3 -fmerge-constants
|
||||
CFLAGS := $(OPTFLAGS) -Wall -DTRACY_ENABLE
|
||||
CFLAGS := $(OPTFLAGS) -Wall -DTRACY_ENABLE -rdynamic
|
||||
CXXFLAGS := $(CFLAGS) -std=gnu++17
|
||||
DEFINES +=
|
||||
INCLUDES :=
|
||||
|
Loading…
Reference in New Issue
Block a user