diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-01 01:06:03 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-01 01:06:03 -0200 |
commit | 21d58ebb6ae14c40645662e438be3cde893d9289 (patch) | |
tree | 0016cabe2a6b3f8ca1d3292b91326a1044aa4ca4 /libre | |
parent | baffd85671d68cf597d38d2044536a65b2d55e54 (diff) | |
download | abslibre-21d58ebb6ae14c40645662e438be3cde893d9289.tar.gz abslibre-21d58ebb6ae14c40645662e438be3cde893d9289.tar.bz2 abslibre-21d58ebb6ae14c40645662e438be3cde893d9289.zip |
disabling pgo support on icecat due that pgo generates issues on the compiling
Diffstat (limited to 'libre')
-rw-r--r-- | libre/icecat/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index d97e265ac..6898105d8 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -13,7 +13,7 @@ # If you are updating this package, don't forget to update the version number in # the value for 'browser.dictionaries.download.url' in 'libre.patch' -_pgo=true +_pgo=false pkgname=icecat pkgver=17.0.1 pkgrel=7 |