Add option to keep frame pointer

master
Nicky 2021-03-05 23:17:42 +01:00
parent db332be67c
commit 9d820f140c
1 changed files with 4 additions and 0 deletions

View File

@ -189,6 +189,10 @@ if (LINUX)
-pthread
)
if( FS_KEEP_FRAMEPOINTER )
add_compile_options(-fno-omit-frame-pointer)
endif()
# force this platform to accept TOS via external browser <FS:ND> No, do not.
# add_definitions(-DEXTERNAL_TOS)