summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-05-22 23:18:25 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-05-22 23:18:25 -0400
commitd9cdc244619c42b6f140e8ab6815bc7409231644 (patch)
treea295ecf24a5cab0f7e64b0308bb1ab1fb3a6b964 /CMakeLists.txt
parent3ef7c401d547d0ca1ace90a1132ad36e3e133eba (diff)
parent2f0cfa2930b5876319c5a3a1b0ddd7989d0ec51e (diff)
Merge remote-tracking branch 'remotes/upstream/Develop' into Develop
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0c5f58a7..3955cc75 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12)
-ADD_COMPILE_OPTIONS($<$<CXX_COMPILER_ID:MSVC>:/MP>)
+ADD_COMPILE_OPTIONS($<$<CXX_COMPILER_ID:MSVC>:/MP> $<$<CXX_COMPILER_ID:MSVC>:$<$<CONFIG:RELEASE>:/O2>> $<$<CXX_COMPILER_ID:MSVC>:$<$<CONFIG:RELWITHDEBINFO>:/O2>>)
PROJECT(organizer)