Skip to content

Commit

Permalink
Remove ancient CXXSTD entry, add CXX1{1,4,7}FLAGS (closes #7)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Oct 11, 2023
1 parent 32a7efe commit 96b39c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ RUN cd /tmp/R-devel \
FCFLAGS="-g -O2 -mtune=native" \
CXX="g++ -fsanitize=undefined,bounds-strict -fno-omit-frame-pointer" \
CXXFLAGS="-g -O2 -Wall -pedantic -mtune=native" \
CXXSTD=-std=gnu++98 \
CXX11FLAGS="-g -O2 -Wall -pedantic -mtune=native" \
CXX14FLAGS="-g -O2 -Wall -pedantic -mtune=native" \
CXX17FLAGS="-g -O2 -Wall -pedantic -mtune=native" \
MAIN_LDFLAGS="-fsanitize=undefined -pthread" \
F77="gfortran -fsanitize=undefined" \
FC="gfortran -fsanitize=undefined" \
Expand Down

0 comments on commit 96b39c5

Please sign in to comment.