Skip to content

Instantly share code, notes, and snippets.

@rolfbjarne
Created May 16, 2016 14:41
Show Gist options
  • Save rolfbjarne/affc5b10d493d3047cadc3f3debea2c4 to your computer and use it in GitHub Desktop.
Save rolfbjarne/affc5b10d493d3047cadc3f3debea2c4 to your computer and use it in GitHub Desktop.
commit 90bf978a45f4f8aef9e9d4ffb537bfef1ca7a03d
Author: Rolf Bjarne Kvinge <[email protected]>
Date: Fri May 13 17:19:24 2016 +0200
[builds] Use the right configure flag to enable checked builds.
diff --git a/builds/Makefile b/builds/Makefile
index 4648123..488344f 100644
--- a/builds/Makefile
+++ b/builds/Makefile
@@ -887,7 +887,7 @@ WATCHSIMULATOR_CONFIGURE_FLAGS = \
# FIXME: remove --with-checked-build=yes when we've stabilized a bit.
WATCHSIMULATOR_CONFIGURE_FLAGS += \
- --with-checked-build=yes \
+ --enable-checked-build=gc \
WATCHSIMULATOR_ACVARS = \
ac_cv_func_system=no \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment