mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
8 lines
113 B
Makefile
8 lines
113 B
Makefile
ARCH := $(shell uname -m)
|
|
|
|
CFLAGS := -O3 -s -march=native
|
|
DEFINES := -DNDEBUG
|
|
BUILD := release
|
|
|
|
include build.mk
|