]> git.pld-linux.org Git - packages/hhvm.git/commitdiff
disable cotire
authorElan Ruusamäe <glen@delfi.ee>
Thu, 1 Jan 2015 14:29:19 +0000 (16:29 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 1 Jan 2015 14:29:31 +0000 (16:29 +0200)
cotire breaks sqlite3 on builders: https://github.com/facebook/hhvm/issues/4524

hhvm.spec

index 17e4a56562b0eb44861c3041a3c66eb5c7a2e01f..7784287e9e5e1528ba5ff7c7873a47cb96ec0e29 100644 (file)
--- a/hhvm.spec
+++ b/hhvm.spec
@@ -6,7 +6,8 @@
 %bcond_without system_fastlz   # system fastlz
 %bcond_without system_libafdt  # system libafdt
 %bcond_without system_libzip   # system libzip
-%bcond_without cotire                  # cotire (compile time reducer): Speed up the build by precompiling headers
+# cotire breaks sqlite3 on builders: https://github.com/facebook/hhvm/issues/4524
+%bcond_with    cotire                  # cotire (compile time reducer): Speed up the build by precompiling headers
 
 # TODO
 # - system xhp
This page took 0.0341669999999999 seconds and 4 git commands to generate.