mirror of
https://github.com/encounter/dtk-template.git
synced 2025-08-11 14:49:08 +00:00
Keep ldflags "-warn off" commented
This commit is contained in:
parent
182de95dae
commit
597ffd8f65
@ -151,7 +151,7 @@ config.asflags = [
|
|||||||
config.ldflags = [
|
config.ldflags = [
|
||||||
"-fp hardware",
|
"-fp hardware",
|
||||||
"-nodefaults",
|
"-nodefaults",
|
||||||
"-warn off",
|
# "-warn off",
|
||||||
# "-listclosure", # Uncomment for Wii linkers
|
# "-listclosure", # Uncomment for Wii linkers
|
||||||
]
|
]
|
||||||
# Use for any additional files that should cause a re-configure when modified
|
# Use for any additional files that should cause a re-configure when modified
|
||||||
|
Loading…
x
Reference in New Issue
Block a user