summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2010-08-26 18:09:24 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2010-08-26 18:09:24 -0400
commit2192d13e2642944e78bcb2dcdc192f5c561c35b2 (patch)
tree89c3e3e235c0f24633b341cf536138e39509029a /indra/cmake
parent8a67b31d6a775ef87d29e2c3e22e30368adf59b0 (diff)
parent1eeeada0f7c20f190032daa651f884a4a1525df1 (diff)
Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/00-Common.cmake6
1 files changed, 2 insertions, 4 deletions
diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake
index 8262462ced..20573c9495 100644
--- a/indra/cmake/00-Common.cmake
+++ b/indra/cmake/00-Common.cmake
@@ -144,6 +144,8 @@ if (LINUX)
-fno-strict-aliasing
-fsigned-char
-g
+ -msse2
+ -mfpmath=sse
-pthread
)
@@ -163,10 +165,6 @@ if (LINUX)
link_directories(/usr/lib/mysql4/mysql)
endif (EXISTS /usr/lib/mysql4/mysql)
- add_definitions(
- -msse2
- -mfpmath=sse
- )
endif (SERVER)
if (VIEWER)