Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
c9355175
Commit
c9355175
authored
Jun 16, 2018
by
Martin Heistermann
Browse files
Enable /bigobj on windows builds to fix build failures.
parent
a044df05
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/ACGCompiler.cmake
View file @
c9355175
...
@@ -39,6 +39,9 @@ if ( WIN32 )
...
@@ -39,6 +39,9 @@ if ( WIN32 )
endif
()
endif
()
endforeach
()
endforeach
()
# Support large obj files (only costs compatibility with <MSVC 2005 linkers)
SET
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
/bigobj"
)
endif
(
WIN32
)
endif
(
WIN32
)
if
(
UNIX
)
if
(
UNIX
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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