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

Rename "standalone" to "profiler".

This commit is contained in:
Bartosz Taudul
2018-08-07 22:26:37 +02:00
parent 8d053b5179
commit a54191cb3c
22 changed files with 7 additions and 6 deletions
+11
View File
@@ -0,0 +1,11 @@
ARCH := $(shell uname -m)
CFLAGS := -O3 -s -fomit-frame-pointer
DEFINES := -DNDEBUG
BUILD := release
ifeq ($(ARCH),x86_64)
CFLAGS += -msse4.1
endif
include build.mk