tracy/csvexport/build/unix/debug.mk
2020-07-11 12:26:01 +03:00

12 lines
147 B
Makefile

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