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

Strip release binaries built with clang.

This commit is contained in:
Bartosz Taudul
2021-01-26 22:52:08 +01:00
parent 57ca6112b8
commit 9ae508218e
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -2,6 +2,8 @@ ARCH := $(shell uname -m)
ifeq (0,$(shell $(CC) --version | grep clang && echo 1 || echo 0))
CFLAGS += -s
else
LDFLAGS := -s
endif
ifeq ($(ARCH),aarch64)