From 98339b512ffd198f9c805a6af937d140e823068e Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Thu, 2 Jan 2020 11:51:46 +0100 Subject: [PATCH] Disabled asan, enabled release --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index 0d2fbbe..b70eb0e 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,5 +1,5 @@ # Set to true if it's going to be submitted as update. -%global release_build 0 +%global release_build 1 %global debug_build 0 %global build_with_clang 0 %global build_with_asan 0