Add option to keep frame pointer
parent
db332be67c
commit
9d820f140c
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue