← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3647: Revert adding frounding-math flag

 

------------------------------------------------------------
revno: 3647
committer: Anton Gladky <gladk@xxxxxxxxxx>
timestamp: Thu 2015-04-30 19:41:40 +0200
message:
  Revert adding frounding-math flag
  
  Please discuss before committing such kind
  of stuff.
modified:
  CMakeLists.txt


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt	2015-04-30 16:59:02 +0000
+++ CMakeLists.txt	2015-04-30 17:41:40 +0000
@@ -65,9 +65,9 @@
 ELSE()
   IF (GCC_VERSION VERSION_GREATER 4.9 OR GCC_VERSION VERSION_EQUAL 4.9)
     MESSAGE(STATUS "GCC Version >= 4.9. Adding -fstack-protector-strong")
-    ADD_DEFINITIONS("-fstack-protector-strong -frounding-math")
+    ADD_DEFINITIONS("-fstack-protector-strong")
   ELSE()
-    ADD_DEFINITIONS("-fstack-protector -frounding-math")
+    ADD_DEFINITIONS("-fstack-protector")
   ENDIF()
 ENDIF()