Skip to content

Commit 25dab81

Browse files
committed
Disable debug
1 parent e166ffc commit 25dab81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makevars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $(OBJECTS): build-static
4141
build-static:
4242
@mkdir -p ../inst/include/quickjs
4343
@cp $(wildcard quickjs/*.h) ../inst/include/quickjs
44-
$(R_CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -funsigned-char -std=gnu11 -c libquickjs.c
44+
$(R_CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -DNDEBUG -funsigned-char -std=gnu11 -c libquickjs.c
4545
@mkdir -p ../inst/lib/$(R_ARCH)
4646
$(AR) -rs ../inst/lib/$(R_ARCH)/libquickjs.a libquickjs.o
4747

0 commit comments

Comments
 (0)