Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Courses
Scotty3D
Commits
24b1cee1
Commit
24b1cee1
authored
Apr 06, 2021
by
TheNumbat
Browse files
enable msvc parallelism
parent
003da792
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
24b1cee1
...
...
@@ -191,7 +191,7 @@ set_target_properties(Scotty3D PROPERTIES
CXX_EXTENSIONS OFF
)
if
(
MSVC
)
target_compile_options
(
Scotty3D PRIVATE /W4 /WX /wd4201 /wd4840 /wd4100 /fp:fast
)
target_compile_options
(
Scotty3D PRIVATE
/MP
/W4 /WX /wd4201 /wd4840 /wd4100 /fp:fast
)
else
()
target_compile_options
(
Scotty3D PRIVATE -Wall -Wextra -Werror -Wno-reorder -Wno-unused-parameter
)
endif
()
...
...
Write
Preview
Markdown
is supported
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