Skip to content

Commit 84fbf9b

Browse files
committed
depends: remove -g from sqlite debug flags
1 parent eef51af commit 84fbf9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

depends/packages/sqlite.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ define $(package)_set_vars
88
$(package)_config_opts=--disable-shared --disable-readline --disable-dynamic-extensions --enable-option-checking
99
$(package)_config_opts+= --disable-rtree --disable-fts4 --disable-fts5
1010
# We avoid using `--enable-debug` because it overrides CFLAGS, a behavior we want to prevent.
11-
$(package)_cflags_debug += -g
1211
$(package)_cppflags_debug += -DSQLITE_DEBUG
1312
$(package)_cppflags+=-DSQLITE_DQS=0 -DSQLITE_DEFAULT_MEMSTATUS=0 -DSQLITE_OMIT_DEPRECATED
1413
$(package)_cppflags+=-DSQLITE_OMIT_SHARED_CACHE -DSQLITE_OMIT_JSON -DSQLITE_LIKE_DOESNT_MATCH_BLOBS

0 commit comments

Comments
 (0)