Skip to content

Commit 0ba8f60

Browse files
committed
keep asserts in build
1 parent f3859e0 commit 0ba8f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/balls/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ TWRCPPFLAGS := --target=wasm32 -fno-exceptions -fno-rtti -nostdlibinc -nostdinc
1515
# -g for debug symbols
1616
# -v verbose
1717
CPPLIB := ../twr-cpp
18-
CFLAGS := -c -Wall -O3 -DNDEBUG $(TWRCPPFLAGS) -I $(CPPLIB)
18+
CFLAGS := -c -Wall -O3 $(TWRCPPFLAGS) -I $(CPPLIB)
1919
CFLAGS_DEBUG := -c -Wall -g -O0 $(TWRCPPFLAGS) -I $(CPPLIB)
2020

2121
OBJOUTDIR := out

0 commit comments

Comments
 (0)