mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 11:34:07 -04:00
Buildsystem/MSVC: Correct 'bigobj' flag to lowercase
--HG-- branch : trunk
This commit is contained in:
@@ -39,7 +39,7 @@ add_definitions(-D_CRT_NONSTDC_NO_WARNINGS)
|
||||
message(STATUS "- MSVC: Disabled POSIX warnings")
|
||||
|
||||
#Enable extended object support for debug compiles
|
||||
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS} /BIGOBJ")
|
||||
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS} /bigobj")
|
||||
message(STATUS "- MSVC: Enabled extended object-support for debug-compiles")
|
||||
|
||||
# disable warnings in Visual Studio 8 and above if not wanted
|
||||
|
||||
Reference in New Issue
Block a user