(Clang) Linker fix
authortwinaphex <libretro@gmail.com>
Tue, 10 Dec 2013 21:25:38 +0000 (22:25 +0100)
committernotaz <notasas@gmail.com>
Fri, 13 Dec 2013 00:22:40 +0000 (02:22 +0200)
Makefile

index c199b85..d31779c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,10 @@ CFLAGS += -Wall -ggdb -falign-functions=2
 CFLAGS += -I.
 ifndef DEBUG
 CFLAGS += -O2 -DNDEBUG -ffunction-sections
+ifeq ($(findstring clang,$(CC)),)
 LDFLAGS += -Wl,--gc-sections
 endif
+endif
 #CFLAGS += -DEVT_LOG
 #CFLAGS += -DDRC_CMP
 #cpu_cmp = 1