mirror of
https://github.com/wiiu-env/WiiUModuleSystem.git
synced 2026-03-21 17:44:16 -05:00
Removed -save-temps.
This commit is contained in:
parent
9a03443d8c
commit
78b5965c2f
4
Makefile
4
Makefile
|
|
@ -23,7 +23,7 @@ INCLUDES := include
|
|||
#---------------------------------------------------------------------------------
|
||||
# options for code generation
|
||||
#---------------------------------------------------------------------------------
|
||||
CFLAGS := -g -Wall -Werror -save-temps \
|
||||
CFLAGS := -g -Wall -Werror \
|
||||
-ffunction-sections -fdata-sections \
|
||||
$(MACHDEP) \
|
||||
$(BUILD_CFLAGS)
|
||||
|
|
@ -152,4 +152,4 @@ $(OFILES_SRC) : $(HFILES)
|
|||
|
||||
#---------------------------------------------------------------------------------------
|
||||
endif
|
||||
#---------------------------------------------------------------------------------------
|
||||
#---------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user