Skip to content
Snippets Groups Projects
Commit 59f60626 authored by Nicky's avatar Nicky
Browse files

Bring back comments for EXTERNAL_TOS and LL_IGNORE_SIGCHLD

parent 95d5938e
No related branches found
No related tags found
No related merge requests found
......@@ -113,6 +113,14 @@ endif (WINDOWS)
if (LINUX)
set(CMAKE_SKIP_RPATH TRUE)
# EXTERNAL_TOS
# force this platform to accept TOS via external browser
# LL_IGNORE_SIGCHLD
# don't catch SIGCHLD in our base application class for the viewer - some of
# our 3rd party libs may need their *own* SIGCHLD handler to work. Sigh! The
# viewer doesn't need to catch SIGCHLD anyway.
add_compile_definitions(
_REENTRANT
_FORTIFY_SOURCE=2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment