Skip to content

Commit

Permalink
Remove CXX_STD=CXX11
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Jul 22, 2024
1 parent 9ebfbab commit 380d4db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/Makevars.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Use C++11 if available
CXX_STD=CXX11

PKG_CPPFLAGS = -I./lib @cflags@
PKG_LIBS += @libs@

Expand Down
2 changes: 0 additions & 2 deletions src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ OPENSSL_VERSION=1.1.1g
PKG_CPPFLAGS=-I./lib -I../windows/openssl-$(OPENSSL_VERSION)/include -D_WEBSOCKETPP_CPP11_THREAD_
PKG_LIBS= -L../windows/openssl-$(OPENSSL_VERSION)/lib${R_ARCH}${CRT} -lssl -lcrypto -lz -lws2_32 -lgdi32 -lcrypt32

CXX_STD=CXX11

#### Debugging flags ####
# Uncomment to enable thread assertions
# PKG_CPPFLAGS += -DDEBUG_THREAD -UNDEBUG
Expand Down

0 comments on commit 380d4db

Please sign in to comment.