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
hiker
eecs281_project0
Commits
ddd9937f
Commit
ddd9937f
authored
Apr 11, 2016
by
paoletti
Browse files
Added -Wconversion flag as a default.
parent
d586bae0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
ddd9937f
...
...
@@ -75,7 +75,7 @@ PARTIAL_SUBMITFILE = partialsubmit.tar.gz
FULL_SUBMITFILE
=
fullsubmit.tar.gz
#Default Flags
CXXFLAGS
=
-std
=
c++14
-Wall
-Werror
-Wextra
-pedantic
CXXFLAGS
=
-std
=
c++14
-Wconversion
-Wall
-Werror
-Wextra
-pedantic
# make release - will compile "all" with $(CXXFLAGS) and the -O3 flag
# also defines NDEBUG so that asserts will not check
...
...
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