Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenVolumeMesh
OpenVolumeMesh
Commits
16726852
Commit
16726852
authored
Jun 16, 2018
by
hliu
Browse files
Merge remote-tracking branch 'origin/enable_msvc_bigobj' into MorePropertySupport
parents
bc7dd87d
5ad6d997
Pipeline
#7215
passed with stage
in 3 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmake/ACGCompiler.cmake
View file @
16726852
...
...
@@ -2,6 +2,11 @@
# Custom settings for compiler flags and similar
################################################################################
if
(
WIN32
)
# Support large obj files (only costs compatibility with <MSVC 2005 linkers)
SET
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
/bigobj"
)
endif
(
WIN32
)
if
(
UNIX
)
set
(
ADDITIONAL_CXX_DEBUG_FLAGS
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment