mirror of
https://github.com/wiiu-env/libfunctionpatcher.git
synced 2026-03-22 02:14:08 -05:00
Removed -save-temps.
This commit is contained in:
parent
2d7c77ef2e
commit
3ac25fca12
2
Makefile
2
Makefile
|
|
@ -33,7 +33,7 @@ INCLUDES := source \
|
|||
#---------------------------------------------------------------------------------
|
||||
# options for code generation
|
||||
#---------------------------------------------------------------------------------
|
||||
CFLAGS := -Wall -Werror -save-temps \
|
||||
CFLAGS := -Wall -Werror \
|
||||
-ffunction-sections -fdata-sections \
|
||||
$(MACHDEP) \
|
||||
$(BUILD_CFLAGS)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user