mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00: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
|