mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
8 lines
132 B
Makefile
8 lines
132 B
Makefile
CFLAGS := -Os
|
|
DEFINES := -DNDEBUG
|
|
BUILD := release
|
|
LIBS := -sASSERTIONS=0
|
|
|
|
include ../../../common/unix-release.mk
|
|
include build.mk
|