mirror of
https://github.com/wiiu-env/WiiUModuleSystem.git
synced 2026-04-28 10:06:58 -05:00
Removed -save-temps.
This commit is contained in:
parent
9a03443d8c
commit
d5c56f60ac
2
Makefile
2
Makefile
|
|
@ -23,7 +23,7 @@ INCLUDES := include
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# options for code generation
|
# options for code generation
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
CFLAGS := -g -Wall -Werror -save-temps \
|
CFLAGS := -g -Wall -Werror \
|
||||||
-ffunction-sections -fdata-sections \
|
-ffunction-sections -fdata-sections \
|
||||||
$(MACHDEP) \
|
$(MACHDEP) \
|
||||||
$(BUILD_CFLAGS)
|
$(BUILD_CFLAGS)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user