Skip to content
Snippets Groups Projects
Commit cd13bc0e authored by Tofu Linden's avatar Tofu Linden
Browse files

if we're serious about the SSE thing then we should add these compiler flags...

if we're serious about the SSE thing then we should add these compiler flags for linux.  though it's not quite enough, still.
parent bf5f215f
No related branches found
No related tags found
No related merge requests found
......@@ -169,6 +169,7 @@ if (LINUX)
add_definitions(-fvisibility=hidden)
# 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_definitions(-DLL_IGNORE_SIGCHLD)
add_definitions(-march=pentium3 -mfpmath=sse -ftree-vectorize)
if (NOT STANDALONE)
# this stops us requiring a really recent glibc at runtime
add_definitions(-fno-stack-protector)
......
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