mirror of
https://github.com/wiiu-env/libfunctionpatcher.git
synced 2026-09-07 18:55:09 -05:00
Removed -save-temps.
This commit is contained in:
2
Makefile
2
Makefile
@@ -33,7 +33,7 @@ INCLUDES := source \
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# options for code generation
|
# options for code generation
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
CFLAGS := -Wall -Werror -save-temps \
|
CFLAGS := -Wall -Werror \
|
||||||
-ffunction-sections -fdata-sections \
|
-ffunction-sections -fdata-sections \
|
||||||
$(MACHDEP) \
|
$(MACHDEP) \
|
||||||
$(BUILD_CFLAGS)
|
$(BUILD_CFLAGS)
|
||||||
|
|||||||
Reference in New Issue
Block a user