mirror of
https://github.com/wolfpld/tracy.git
synced 2026-01-18 17:11:26 +01:00
Callstack support needs the -rdynamic flag.
This commit is contained in:
@@ -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 :=
|
||||
|
||||
Reference in New Issue
Block a user