fix compile options for Console

This commit is contained in:
Wolfgang Thaller 2020-01-12 18:22:16 +01:00
parent 1e6db87600
commit 13470b7a75

View File

@ -23,7 +23,7 @@ add_library(RetroConsole
retro/MacUtils.h retro/MacUtils.h
retro/InitConsole.cc retro/InitConsole.cc
) )
set_target_properties(retrocrt set_target_properties(RetroConsole
PROPERTIES PROPERTIES
COMPILE_OPTIONS -ffunction-sections) COMPILE_OPTIONS -ffunction-sections)