[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41664] branches/cycles/CMakeLists.txt: Correct syntax for static, since we invoke g++ as linker and we have to pass it to ld

Antony Riakiotakis kalast at gmail.com
Tue Nov 8 17:02:36 CET 2011


Revision: 41664
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41664
Author:   psy-fi
Date:     2011-11-08 16:02:34 +0000 (Tue, 08 Nov 2011)
Log Message:
-----------
Correct syntax for static, since we invoke g++ as linker and we have to pass it to ld

Modified Paths:
--------------
    branches/cycles/CMakeLists.txt

Modified: branches/cycles/CMakeLists.txt
===================================================================
--- branches/cycles/CMakeLists.txt	2011-11-08 15:12:41 UTC (rev 41663)
+++ branches/cycles/CMakeLists.txt	2011-11-08 16:02:34 UTC (rev 41664)
@@ -974,7 +974,7 @@
 			set(OPENIMAGEIO_DEFINITIONS)
 		endif()
 
-		set(PLATFORM_LINKFLAGS "--stack,2097152")
+		set(PLATFORM_LINKFLAGS "-Xlinker --stack=2097152")
 
 	endif()
 




More information about the Bf-blender-cvs mailing list