mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
4 lines
86 B
Makefile
4 lines
86 B
Makefile
ifeq (0,$(shell $(CC) --version | grep clang && echo 1 || echo 0))
|
|
CFLAGS += -s
|
|
endif
|