We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13971b3 commit f6ecdafCopy full SHA for f6ecdaf
1 file changed
ee/Makefile
@@ -17,17 +17,16 @@ EE_CFLAGS += -Werror
17
# This is to enable the debug mode into ps2link
18
ifeq ($(DEBUG),1)
19
EE_CFLAGS += -DDEBUG -g
20
-else
+endif
21
EE_CFLAGS += -Os
22
EE_CFLAGS += -fdata-sections -ffunction-sections
23
-endif
24
25
26
EE_LDFLAGS += -g
27
else
28
EE_LDFLAGS += -s
29
-EE_LDFLAGS += -Wl,--gc-sections
30
endif
+EE_LDFLAGS += -Wl,--gc-sections
31
EE_LDFLAGS += -Wl,-Map,ps2link.map
32
33
# This is to read the closest tag version
0 commit comments