Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vinniel
makefile
Commits
c28ea49f
Commit
c28ea49f
authored
Oct 07, 2016
by
Marcus M. Darden
Browse files
Change c++11 references to C++14.
parent
a962153d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
c28ea49f
...
...
@@ -51,7 +51,7 @@
# Version 1 - 2014-09-21, David Snider (sniderdj@umich.edu)
# Vertion 0 - ????-??-??, Matt Diffenderfer (mjdiffy@umich.edu)
# enables c++1
1
on CAEN
# enables c++1
4
on CAEN
PATH
:=
/usr/um/gcc-5.1.0/bin:
$(PATH)
LD_LIBRARY_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
FULL_SUBMITFILE
=
fullsubmit.tar.gz
#Default Flags
CXXFLAGS
=
-std
=
c++1
1
-Wconversion
-Wall
-Werror
-Wextra
-pedantic
CXXFLAGS
=
-std
=
c++1
4
-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
.
Attach a 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