1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Store build objects in separate directories.

This commit is contained in:
Bartosz Taudul
2018-06-27 20:31:17 +02:00
parent 242fc9bfb4
commit 4c16aa9b96
7 changed files with 39 additions and 26 deletions
+1
View File
@@ -2,6 +2,7 @@ ARCH := $(shell uname -m)
CFLAGS := -g3 -Wall
DEFINES := -DDEBUG
BUILD := debug
ifeq ($(ARCH),x86_64)
CFLAGS += -msse4.1