-
-
Save rolfbjarne/affc5b10d493d3047cadc3f3debea2c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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