Skip to content

Commit

Permalink
Disable profiling of 'gmp' package
Browse files Browse the repository at this point in the history
  • Loading branch information
ezamlinsky committed Mar 14, 2020
1 parent fa09501 commit bc81b90
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gmp/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ depends=(
# Package sources and integrity #
#==============================================================================#
source=(
"https://gmplib.org/download/gmp/gmp-$pkgver.tar.lz"
"https://gmplib.org/download/gmp/gmp-$pkgver.tar.lz.sig"
"https://gmplib.org/download/$pkgname/$pkgname-$pkgver.tar.lz"
"https://gmplib.org/download/$pkgname/$pkgname-$pkgver.tar.lz.sig"
)
md5sums=(
'e3e08ac185842a882204ba3c37985127'
Expand Down Expand Up @@ -74,6 +74,7 @@ build() {
'--enable-shared'
'--disable-static'
'--disable-assert'
'--disable-profiling'
'--enable-assembly'
'--enable-fft'
'--enable-fat'
Expand Down

0 comments on commit bc81b90

Please sign in to comment.