We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf266b2 commit bc4fd49Copy full SHA for bc4fd49
depends/hosts/linux.mk
@@ -17,7 +17,7 @@ linux_release_CXXFLAGS=$(linux_release_CFLAGS)
17
linux_debug_CFLAGS=-O1
18
linux_debug_CXXFLAGS=$(linux_debug_CFLAGS)
19
20
-linux_debug_CPPFLAGS=-D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC
+linux_debug_CPPFLAGS=-D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -D_LIBCPP_ENABLE_ASSERTIONS=1
21
22
ifeq (86,$(findstring 86,$(build_arch)))
23
i686_linux_CC=gcc -m32
0 commit comments