summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--waterfox/waterfox.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index 2ce00f7..d9c7e35 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -1,7 +1,7 @@
%global commit 1bc2fb60abf0fa173b69ca94f660115d76f09f4f
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global date 20190709
-%global with_snapshot 0
+%global with_snapshot 1
%global freebsd_rev 480450
%global freebsd_root %{name}-FreeBSD-patches-r%{freebsd_rev}
@@ -40,7 +40,7 @@ ExcludeArch: armv7hl
%global hardened_build 1
-%global build_with_clang 1
+%global build_with_clang 0
%ifnarch %{ix86} ppc64 s390x
%global build_with_pgo 1
%endif
bgstack15