Skip to content

Commit

Permalink
fix(Makevars): Removes c++17 flag
Browse files Browse the repository at this point in the history
In favor of USE_CXX17 = "yes". There is still a non-portable -w flag.
  • Loading branch information
kellijohnson-NOAA committed Nov 21, 2024
1 parent 2663b64 commit 4cf53a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makevars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CXX_STD = CXX17
PKG_CXXFLAGS = -std=c++17 -DTMB_MODEL -DTMB_EIGEN_DISABLE_WARNINGS -w
PKG_CXXFLAGS = -DTMB_MODEL -DTMB_EIGEN_DISABLE_WARNINGS -w
CXX17STD = -std=c++17 -w

USE_CXX17 = "yes"

0 comments on commit 4cf53a2

Please sign in to comment.