fix compile options for Console

This commit is contained in:
Wolfgang Thaller 2020-01-12 18:22:16 +01:00
parent 1e6db87600
commit 13470b7a75
1 changed files with 1 additions and 1 deletions

View File

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