Skip to content

Commit 2765807

Browse files
committed
Release mode for Linux tests
1 parent d86dbd3 commit 2765807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
CLANG ?= clang++
33
SOURCES:=BlockUtilTestCpp.cpp CoDispatchTestsCpp.cpp main-linux.cpp
4-
CPPFLAGS:=--std=c++20 -fblocks -I../include
4+
CPPFLAGS:=--std=c++20 -fblocks -I../include -O2 -DNDEBUG
55
LDFLAGS:=--std=c++20 -fblocks -ldispatch -lBlocksRuntime
66

77
.DEFAULT_GOAL:=build/test

0 commit comments

Comments
 (0)