Skip to content

Commit

Permalink
try modifying CXX directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Aug 23, 2023
1 parent 0caeaef commit a0d0dd1
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,6 +1,6 @@
PKG_CPPFLAGS = -I../inst/include \
-DRCPP_NO_RTTI \
-DRCPP_USE_UNWIND_PROTECT \
-mmacosx-version-min=10.13 -Werror=partial-availability
-DRCPP_USE_UNWIND_PROTECT

CXX_STD = CXX17
CXX = clang++ -mmacosx-version-min=10.13 -Werror=partial-availability

0 comments on commit a0d0dd1

Please sign in to comment.