1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Query source location of each assembly instruction.

This commit is contained in:
Bartosz Taudul
2020-04-01 21:43:03 +02:00
parent 0ba0125eb5
commit b2a8b53efa
8 changed files with 84 additions and 10 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
CFLAGS +=
CXXFLAGS := $(CFLAGS) -std=gnu++17
DEFINES += -DTRACY_NO_STATISTICS
INCLUDES :=
LIBS := -lpthread
INCLUDES := $(shell pkg-config --cflags capstone)
LIBS := $(shell pkg-config --libs capstone) -lpthread
PROJECT := capture
IMAGE := $(PROJECT)-$(BUILD)