Skip to content

Commit

Permalink
Merge branch 'develop' of gh:dfhack/dfhack into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Jul 14, 2018
2 parents 78f2431 + b447892 commit f85b2c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,11 @@ IF(REMOVE_SYMBOLS_FROM_DF_STUBS)
SET_SOURCE_FILES_PROPERTIES(DataStatics.cpp DataStaticsCtor.cpp DataStaticsFields.cpp ${STATIC_FIELDS_FILES}
PROPERTIES COMPILE_FLAGS "/O1 /bigobj")
ENDIF()
ELSE()
IF(WIN32)
SET_SOURCE_FILES_PROPERTIES(DataStatics.cpp DataStaticsCtor.cpp DataStaticsFields.cpp ${STATIC_FIELDS_FILES}
PROPERTIES COMPILE_FLAGS "/Od /bigobj")
ENDIF()
ENDIF()

# Compilation
Expand Down

0 comments on commit f85b2c2

Please sign in to comment.