From 13470b7a75a70ecfaaaa27de8c7e5ef43c5b541e Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Sun, 12 Jan 2020 18:22:16 +0100 Subject: [PATCH] fix compile options for Console --- Console/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Console/CMakeLists.txt b/Console/CMakeLists.txt index 8121b652f7..b84a6cf097 100644 --- a/Console/CMakeLists.txt +++ b/Console/CMakeLists.txt @@ -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)