Skip to content
Snippets Groups Projects
Commit c28ea49f authored by Marcus M. Darden's avatar Marcus M. Darden
Browse files

Change c++11 references to C++14.

parent a962153d
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
# Version 1 - 2014-09-21, David Snider (sniderdj@umich.edu) # Version 1 - 2014-09-21, David Snider (sniderdj@umich.edu)
# Vertion 0 - ????-??-??, Matt Diffenderfer (mjdiffy@umich.edu) # Vertion 0 - ????-??-??, Matt Diffenderfer (mjdiffy@umich.edu)
# enables c++11 on CAEN # enables c++14 on CAEN
PATH := /usr/um/gcc-5.1.0/bin:$(PATH) PATH := /usr/um/gcc-5.1.0/bin:$(PATH)
LD_LIBRARY_PATH := /usr/um/gcc-5.1.0/lib64 LD_LIBRARY_PATH := /usr/um/gcc-5.1.0/lib64
LD_RUN_PATH := /usr/um/gcc-5.1.0/lib64 LD_RUN_PATH := /usr/um/gcc-5.1.0/lib64
...@@ -87,7 +87,7 @@ PARTIAL_SUBMITFILE = partialsubmit.tar.gz ...@@ -87,7 +87,7 @@ PARTIAL_SUBMITFILE = partialsubmit.tar.gz
FULL_SUBMITFILE = fullsubmit.tar.gz FULL_SUBMITFILE = fullsubmit.tar.gz
#Default Flags #Default Flags
CXXFLAGS = -std=c++11 -Wconversion -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