mirror of
https://github.com/wolfpld/tracy
synced 2026-01-19 04:52:09 +00:00
Use lld linker, if available.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user