diff options
Diffstat (limited to 'am/bootstrap.am')
-rw-r--r-- | am/bootstrap.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/am/bootstrap.am b/am/bootstrap.am index 43f0f0482..cc62e4026 100644 --- a/am/bootstrap.am +++ b/am/bootstrap.am @@ -18,7 +18,7 @@ ## Fifth Floor, Boston, MA 02110-1301 USA # These variables can be set before you include bootstrap.am. -GUILE_WARNINGS ?= -Wunbound-variable -Warity-mismatch -Wformat +GUILE_WARNINGS ?= -W1 GUILE_OPTIMIZATIONS ?= -O2 GUILE_TARGET ?= $(host) GUILE_BUILD_TAG ?= BOOTSTRAP |