tracy/profiler/build/unix/debug.mk

12 lines
147 B
Makefile
Raw Normal View History

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