tracy/standalone/build/unix/debug.mk

11 lines
132 B
Makefile
Raw Normal View History

2017-09-15 20:45:23 +00:00
ARCH := $(shell uname -m)
CFLAGS := -g3 -Wall
DEFINES := -DDEBUG
ifeq ($(ARCH),x86_64)
CFLAGS += -msse4.1
endif
include build.mk