mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-22 08:34:35 +00:00
Samples: fix build for WDEF
This commit is contained in:
parent
4162dfca54
commit
b6ad702a0f
@ -79,5 +79,5 @@ add_application(WDEFShell
|
||||
)
|
||||
|
||||
# Again, add some options to make things smaller.
|
||||
set_target_properties(Dialog PROPERTIES COMPILE_OPTIONS -ffunction-sections)
|
||||
set_target_properties(Dialog PROPERTIES LINK_FLAGS "-Wl,-gc-sections")
|
||||
set_target_properties(WDEFShell PROPERTIES COMPILE_OPTIONS -ffunction-sections)
|
||||
set_target_properties(WDEFShell PROPERTIES LINK_FLAGS "-Wl,-gc-sections")
|
||||
|
Loading…
Reference in New Issue
Block a user