Skip to content

Commit

Permalink
try the define trick
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Jun 24, 2024
1 parent dcc63eb commit e39be85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ else
OPENSSL_LIB_FLAGS = $(shell pkg-config --libs openssl)
endif

PKG_CPPFLAGS = $(ABSL_CFLAGS) $(OPENSSL_CFLAGS) -DSTRICT_R_HEADERS -DS2_USE_EXACTFLOAT -D_USE_MATH_DEFINES -DNDEBUG -DOMIT_STRPTIME -I../src
PKG_CPPFLAGS = $(ABSL_CFLAGS) $(OPENSSL_CFLAGS) -DSTRICT_R_HEADERS -DS2_USE_EXACTFLOAT -D_USE_MATH_DEFINES -DNDEBUG -DOMIT_STRPTIME -D_GLIBCXX_USE_CXX11_ABI=0 -I../src
PKG_LIBS = -Ls2 -ls2static $(ABSL_LIB_FLAGS) $(OPENSSL_LIB_FLAGS)

CXX_STD = CXX17
Expand Down

0 comments on commit e39be85

Please sign in to comment.