mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/webkit2gtk: strip O3
This commit is contained in:
parent
682cef3a2a
commit
4f0a741f1a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ build() {
|
|||
-DENABLE_GTKDOC=ON $CONFIG ../webkitgtk-$pkgver
|
||||
|
||||
# strip -O3 from cmake generated makefiles
|
||||
#find ./ -type f -exec sed -i -e 's/-O3//g' {} \;
|
||||
find ./ -type f -exec sed -i -e 's/-O3//g' {} \;
|
||||
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue