Skip to content

Commit

Permalink
Remove explicit C++11 specification
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusKlik committed Nov 29, 2023
1 parent eef6360 commit de5bbf7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Makevars.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)
PKG_CPPFLAGS = -I. -Ifstlib -Ifstlib/LZ4 -Ifstlib/ZSTD -Ifstlib/ZSTD/common \
-Ifstlib/ZSTD/decompress -Ifstlib/ZSTD/compress
CXX_STD = CXX11
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) ./libFRAME.a ./libCOMPRESSION.a @locallibs@ @libs@

# libraries
Expand Down
1 change: 0 additions & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)
PKG_CPPFLAGS = -I. -Ifstlib -Ifstlib/LZ4 -Ifstlib/ZSTD -Ifstlib/ZSTD/common \
-Ifstlib/ZSTD/decompress -Ifstlib/ZSTD/compress
CXX_STD = CXX11
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) ./libFRAME.a ./libCOMPRESSION.a ./libLZ4.a ./libZSTD.a

# libraries
Expand Down

0 comments on commit de5bbf7

Please sign in to comment.