Skip to content

Commit

Permalink
depends: remove -g from sqlite debug flags
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Apr 2, 2024
1 parent eef51af commit 84fbf9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion depends/packages/sqlite.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ define $(package)_set_vars
$(package)_config_opts=--disable-shared --disable-readline --disable-dynamic-extensions --enable-option-checking
$(package)_config_opts+= --disable-rtree --disable-fts4 --disable-fts5
# We avoid using `--enable-debug` because it overrides CFLAGS, a behavior we want to prevent.
$(package)_cflags_debug += -g
$(package)_cppflags_debug += -DSQLITE_DEBUG
$(package)_cppflags+=-DSQLITE_DQS=0 -DSQLITE_DEFAULT_MEMSTATUS=0 -DSQLITE_OMIT_DEPRECATED
$(package)_cppflags+=-DSQLITE_OMIT_SHARED_CACHE -DSQLITE_OMIT_JSON -DSQLITE_LIKE_DOESNT_MATCH_BLOBS
Expand Down

0 comments on commit 84fbf9b

Please sign in to comment.