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
CoMISo
CoMISo
Commits
d4bbe377
Commit
d4bbe377
authored
Dec 01, 2016
by
Max Lyon
Browse files
set warning level to W3
parent
9cd1dce9
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d4bbe377
...
...
@@ -28,7 +28,7 @@ if (MSVC)
add_definitions
(
-DNOMINMAX
)
# add_definitions(-DIL_STD) #set CPLEX to use its STL interface, change this?!
add_definitions
(
/W
1
)
#add appropriate warnings flags for this project, the compilation raises to too may warnings
add_definitions
(
/W
3
)
#add appropriate warnings flags for this project, the compilation raises to too may warnings
add_definitions
(
/MP
)
#build on all cores
endif
(
MSVC
)
...
...
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