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
path: root/update
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-04-27 03:17:16 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-04-27 03:17:16 +0300
commitb10c83f35864b20650435bc4154a5c9dc356561e (patch)
tree0ab769250399360184d3a647d52e181324aaf907 /update
parent7f44eba2e977f9d2f988dad0008bc59c34ad6edb (diff)
Use lld linker, if available.
Diffstat (limited to 'update')
-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