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

Don't pass -s parameter to clang.

This commit is contained in:
Bartosz Taudul
2021-01-26 19:39:24 +01:00
parent 81c91a87fc
commit 62d6f4127d
5 changed files with 11 additions and 12 deletions
+3
View File
@@ -0,0 +1,3 @@
ifeq (0,$(shell $(CC) --version | grep clang && echo 1 || echo 0))
CFLAGS += -s
endif