Skip to content

Commit

Permalink
Enable _GLIBCXX_ASSERTIONS
Browse files Browse the repository at this point in the history
This will let us catch Fedora 28 problems on any Linux
  • Loading branch information
jcheng5 authored and wch committed May 15, 2018
1 parent 766e2e5 commit 16e6612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CONFIGURE_FLAGS="--quiet"
# PKG_CPPFLAGS += -Wno-deprecated-declarations -Wno-parentheses
# Fedora 28 defines _GLIBCXX_ASSERTIONS, so we better define it everywhere
# to catch issues earlier.
# PKG_CPPFLAGS += -D_GLIBCXX_ASSERTIONS
PKG_CPPFLAGS += -D_GLIBCXX_ASSERTIONS


$(SHLIB): libuv/.libs/libuv.a http-parser/http_parser.o sha1/sha1.o base64/base64.o
Expand Down

0 comments on commit 16e6612

Please sign in to comment.