We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86dbd3 commit 2765807Copy full SHA for 2765807
test/Makefile
@@ -1,7 +1,7 @@
1
2
CLANG ?= clang++
3
SOURCES:=BlockUtilTestCpp.cpp CoDispatchTestsCpp.cpp main-linux.cpp
4
-CPPFLAGS:=--std=c++20 -fblocks -I../include
+CPPFLAGS:=--std=c++20 -fblocks -I../include -O2 -DNDEBUG
5
LDFLAGS:=--std=c++20 -fblocks -ldispatch -lBlocksRuntime
6
7
.DEFAULT_GOAL:=build/test
0 commit comments