summaryrefslogtreecommitdiff
path: root/library/CMakeLists.txt
diff options
context:
space:
mode:
authorTimothy Collett2012-05-24 15:39:11 -0400
committerTimothy Collett2012-05-24 15:39:11 -0400
commit44c3afc3066652f39d0b7be56cdca1f88e155132 (patch)
treeb2b7c1d778527f3b2a99f8c5301170c86e636009 /library/CMakeLists.txt
parent7e88631698077ef88dced138126dd9f36acc6388 (diff)
parentae41ddc04a2b3a076bd18af984f163e46c74b65f (diff)
downloaddfhack-44c3afc3066652f39d0b7be56cdca1f88e155132.tar.gz
dfhack-44c3afc3066652f39d0b7be56cdca1f88e155132.tar.bz2
dfhack-44c3afc3066652f39d0b7be56cdca1f88e155132.tar.xz
Merge git://github.com/quietust/dfhack
Gotta get the changes that prevent DFHack from crashing.
Diffstat (limited to 'library/CMakeLists.txt')
-rw-r--r--library/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt
index 16954727..bcb453a9 100644
--- a/library/CMakeLists.txt
+++ b/library/CMakeLists.txt
@@ -205,6 +205,8 @@ IF(UNIX)
SET_SOURCE_FILES_PROPERTIES(DataStatics.cpp DataStaticsCtor.cpp DataStaticsFields.cpp
PROPERTIES COMPILE_FLAGS "-g0 -O1")
ELSE(WIN32)
+ SET_SOURCE_FILES_PROPERTIES(DataStatics.cpp DataStaticsCtor.cpp DataStaticsFields.cpp
+ PROPERTIES COMPILE_FLAGS "/O1 /bigobj")
ENDIF()