diff options
Diffstat (limited to 'include/bb_config.h')
-rw-r--r-- | include/bb_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bb_config.h b/include/bb_config.h index 1f96026..152eb13 100644 --- a/include/bb_config.h +++ b/include/bb_config.h @@ -2,6 +2,9 @@ * which depend on other symbols, which themself are off. * Provide them here by hand. Need a better idea. */ +/* This is especially bad because it forces rebuild of + * everything whenever any of these options change */ + #ifndef ENABLE_FEATURE_GUNZIP_UNCOMPRESS #define ENABLE_FEATURE_GUNZIP_UNCOMPRESS 0 #define USE_FEATURE_GUNZIP_UNCOMPRESS(...) |