1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix BUILD_CFLAGS (for B.cc) to not inherent CFLAGS (which are only for T.cc).

FossilOrigin-Name: ffdce13deb8a1fbce717da9ca44fd34409bedad4db805722100647372c06f4f5
This commit is contained in:
stephan
2024-10-25 23:04:50 +00:00
parent a2a875e3b8
commit 70188a66e0
4 changed files with 11 additions and 13 deletions

View File

@ -333,7 +333,7 @@ if {"" eq [hwaci-bin-define install]} {
# a.k.a. TCC). Normally they're the same, but they will differ when
# cross-compiling.
define BUILD_CC [get-define CC_FOR_BUILD]
define BUILD_CFLAGS [get-env CFLAGS {-g}]
define BUILD_CFLAGS [get-env BUILD_CFLAGS {-g}]
define ENABLE_SHARED 1
define HAVE_TCL 0