Skip to content

Commit

Permalink
Release mode for Linux tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Aug 8, 2024
1 parent d86dbd3 commit 2765807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

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

.DEFAULT_GOAL:=build/test
Expand Down

0 comments on commit 2765807

Please sign in to comment.