mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 14:03:07 +01:00
Document why better cleaning is required for debug builds.
Automatically set variable to implement better cleaning for debug builds.
This commit is contained in:
parent
faf345be9e
commit
04eaa7199c
@ -32,7 +32,11 @@ if defined FB_CLEAN_SHARED (
|
|||||||
|
|
||||||
:: This really does clean the icu stuff - but is it too much? Cleaning less
|
:: This really does clean the icu stuff - but is it too much? Cleaning less
|
||||||
:: thoroughly than this speeds up the build process if a previous build has been
|
:: thoroughly than this speeds up the build process if a previous build has been
|
||||||
:: made for the same target.
|
:: made for the same target. On the other hand, not cleaning thoroughly breaks
|
||||||
|
:: a debug build as debug builds, by design, link incrementally and also generate
|
||||||
|
:: browse info. In that case we need to set FB_INTLREALCLEAN anyway. The
|
||||||
|
:: alternative would be to not create browse info automatically for debug builds.
|
||||||
|
if defined FB_DBG (set FB_INTLREALCLEAN=1)
|
||||||
if defined FB_INTLREALCLEAN (
|
if defined FB_INTLREALCLEAN (
|
||||||
if defined FB_OBJ_DIR (
|
if defined FB_OBJ_DIR (
|
||||||
@echo Thoroughly scrubbing all remnants of INTL %FB_OBJ_DIR% dirs...
|
@echo Thoroughly scrubbing all remnants of INTL %FB_OBJ_DIR% dirs...
|
||||||
|
Loading…
Reference in New Issue
Block a user