mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Fix one missed makefile.
This commit is contained in:
parent
3f495f9cd7
commit
cf2208c3a8
@ -1,7 +1,6 @@
|
||||
ARCH := $(shell uname -m)
|
||||
|
||||
CFLAGS := -O3 -s -march=native
|
||||
CFLAGS := -O3
|
||||
DEFINES := -DNDEBUG
|
||||
BUILD := release
|
||||
|
||||
include ../../../common/unix-release.mk
|
||||
include build.mk
|
||||
|
Loading…
Reference in New Issue
Block a user