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:
2
auto.def
2
auto.def
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user