8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 08:03:04 +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:
paul_reeves 2007-09-10 13:53:52 +00:00
parent faf345be9e
commit 04eaa7199c

View File

@ -32,7 +32,11 @@ if defined FB_CLEAN_SHARED (
:: 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
:: 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_OBJ_DIR (
@echo Thoroughly scrubbing all remnants of INTL %FB_OBJ_DIR% dirs...