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

Updated to c++17 instead of 14.

parent 0a364131
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
# 3. Files you want to include in your final submission cannot match the
# test*.cpp pattern.
# enables c++14 on CAEN
# enables c++17 on CAEN
PATH := /usr/um/gcc-6.2.0/bin:$(PATH)
LD_LIBRARY_PATH := /usr/um/gcc-6.2.0/lib64
LD_RUN_PATH := /usr/um/gcc-6.2.0/lib64
......@@ -53,7 +53,7 @@ PARTIAL_SUBMITFILE = partialsubmit.tar.gz
FULL_SUBMITFILE = fullsubmit.tar.gz
#Default Flags
CXXFLAGS = -std=c++14 -Wconversion -Wall -Werror -Wextra -pedantic
CXXFLAGS = -std=c++17 -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
......
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