Skip to content

Commit

Permalink
Merge branch 'develop' into global-state-outputReportTabular
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchute committed Dec 29, 2020
2 parents 1176899 + 7e2752e commit d8b9057
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/CompilerFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ endif()
IF ( MSVC AND NOT ( "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Intel" ) ) # Visual C++ (VS 2013)

# COMPILER FLAGS
ADD_COMPILE_OPTIONS("/bigobj")
ADD_COMPILE_OPTIONS("/nologo")
ADD_COMPILE_OPTIONS("/EHsc")
ADD_COMPILE_OPTIONS("/MP") # Enables multi-processor compilation of source within a single project
Expand Down

0 comments on commit d8b9057

Please sign in to comment.