Skip to content
Snippets Groups Projects
Commit ddd9937f authored by paoletti's avatar paoletti
Browse files

Added -Wconversion flag as a default.

parent d586bae0
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -75,7 +75,7 @@ PARTIAL_SUBMITFILE = partialsubmit.tar.gz ...@@ -75,7 +75,7 @@ PARTIAL_SUBMITFILE = partialsubmit.tar.gz
FULL_SUBMITFILE = fullsubmit.tar.gz FULL_SUBMITFILE = fullsubmit.tar.gz
#Default Flags #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 # make release - will compile "all" with $(CXXFLAGS) and the -O3 flag
# also defines NDEBUG so that asserts will not check # also defines NDEBUG so that asserts will not check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment