Skip to content

Commit 25372ea

Browse files
authored
Merge pull request #1415 from TeamCOMPAS/docker_image_updates
Update docker image construction
2 parents 5727822 + 82f675d commit 25372ea

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)