Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2011-11-08 20:02:34 +0400
committerAntony Riakiotakis <kalast@gmail.com>2011-11-08 20:02:34 +0400
commitd8ecac61266918a1ac001c5f811ce50d2d2a2bbb (patch)
tree3e8f2dbcc173b59a682392fc6415a74c09867d75
parent354ebeadc88ce103f687bd43d069a534472e8acf (diff)
Correct syntax for static, since we invoke g++ as linker and we have to pass it to ldcycles
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7efa3f07c4a..14c9c8c8679 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -974,7 +974,7 @@ elseif(WIN32)
set(OPENIMAGEIO_DEFINITIONS)
endif()
- set(PLATFORM_LINKFLAGS "--stack,2097152")
+ set(PLATFORM_LINKFLAGS "-Xlinker --stack=2097152")
endif()