Skip to content
Snippets Groups Projects
Commit bc4500fa authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

MNT: Exciting - set c+17 as default standard

parent e5b804b5
No related branches found
No related tags found
1 merge request!32Mnt/c++17
...@@ -46,10 +46,10 @@ TCLSH ?= ${FSLDIR}/bin/fsltclsh ...@@ -46,10 +46,10 @@ TCLSH ?= ${FSLDIR}/bin/fsltclsh
ARCHCFLAGS = -std=c99 -fPIC ARCHCFLAGS = -std=c99 -fPIC
# Compiler flags for C++ projects. # Compiler flags for C++ projects.
# - C++11 as minimum source compatibility standard # - C++17 as minimum source compatibility standard
# - Position independent code essential for # - Position independent code essential for
# compiling/using shared libraries # compiling/using shared libraries
ARCHCXXFLAGS = -std=c++11 -fPIC ARCHCXXFLAGS = -std=c++17 -fPIC
# Preprocesor flags for C/C++ projects. # Preprocesor flags for C/C++ projects.
ARCHCPPFLAGS = ARCHCPPFLAGS =
......
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