Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'update/build/unix/debug.mk')
-rw-r--r--update/build/unix/debug.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/update/build/unix/debug.mk b/update/build/unix/debug.mk
index 04d925a6..a4ec6b6a 100644
--- a/update/build/unix/debug.mk
+++ b/update/build/unix/debug.mk
@@ -1,11 +1,6 @@
-ARCH := $(shell uname -m)
-
CFLAGS := -g3 -Wall
DEFINES := -DDEBUG
BUILD := debug
-ifeq ($(ARCH),x86_64)
-CFLAGS += -msse4.1
-endif
-
+include ../../../common/unix-debug.mk
include build.mk