mirror of
https://github.com/wiiu-env/libfunctionpatcher.git
synced 2026-03-21 18:04:09 -05:00
Removed -save-temps.
Some checks failed
Publish Docker Image / build-and-push-image (push) Has been cancelled
Some checks failed
Publish Docker Image / build-and-push-image (push) Has been cancelled
This commit is contained in:
parent
5173f8609c
commit
0f623403b4
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