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

Use lld linker, if available.

This commit is contained in:
Bartosz Taudul
2022-04-27 02:17:16 +02:00
parent 7f44eba2e9
commit b10c83f358
7 changed files with 18 additions and 30 deletions
+1 -6
View File
@@ -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