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:
@@ -0,0 +1,3 @@
|
||||
ifeq (0,$(shell $(CC) --version | grep clang && echo 1 || echo 0))
|
||||
CFLAGS += -s
|
||||
endif
|
||||
Reference in New Issue
Block a user