mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-14 12:04:35 +00: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
|