1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix typo in the handling of the new --dev flag which caused it to set the --debug flag instead of the --with-debug flag (the former is for autosetup's internal use).

FossilOrigin-Name: 81202d2ab5963fdcf20555b6d0b31cc955ac27f1cd87656faea5c0611c9a2ee8
This commit is contained in:
stephan
2024-11-14 19:34:28 +00:00
parent 009601d534
commit f121ffbde3
3 changed files with 8 additions and 8 deletions

View File

@ -478,7 +478,7 @@ proj-if-opt-truthy dev {
# which check for these flags will show the user their updated
# state.
proj-opt-set all 1
proj-opt-set debug 1
proj-opt-set with-debug 1
proj-opt-set amalgamation 0
define CFLAGS [get-env CFLAGS {-O0 -g}]
}