Skip to content

Commit 39eec4a

Browse files
committed
Merge remote-tracking branch 'origin/dev' into release-docker-images-to-github
2 parents 2832275 + 25372ea commit 39eec4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ifneq ($(filter staticfast,$(MAKECMDGOALS)),)
4343
endif
4444

4545

46-
CXXFLAGS := -std=c++11 -Wall $(OPTFLAGS)
46+
CXXFLAGS := -std=c++17 -Wall $(OPTFLAGS)
4747
ICFLAGS := -I$(GSLINCDIR) -I$(BOOSTINCDIR) -I$(HDF5INCDIR) -I.
4848

4949
LIBS := -lm -lz -ldl -lpthread

0 commit comments

Comments
 (0)