Skip to content

Commit dee6902

Browse files
committed
build: pass --enable-debug to sqlite when DEBUG=1
1 parent 807b61f commit dee6902

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

depends/packages/sqlite.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ $(package)_config_opts_linux=--with-pic
1111
$(package)_config_opts_freebsd=--with-pic
1212
$(package)_config_opts_netbsd=--with-pic
1313
$(package)_config_opts_openbsd=--with-pic
14+
$(package)_config_opts_debug=--enable-debug
1415
$(package)_cflags=-DSQLITE_DQS=0 -DSQLITE_DEFAULT_MEMSTATUS=0 -DSQLITE_OMIT_DEPRECATED
1516
$(package)_cflags+=-DSQLITE_OMIT_SHARED_CACHE -DSQLITE_OMIT_JSON -DSQLITE_LIKE_DOESNT_MATCH_BLOBS
1617
$(package)_cflags+=-DSQLITE_OMIT_DECLTYPE -DSQLITE_OMIT_PROGRESS_CALLBACK -DSQLITE_OMIT_AUTOINIT

0 commit comments

Comments
 (0)