extra/webkit2gtk: strip O3

This commit is contained in:
Kevin Mihelich 2015-05-21 01:40:44 +00:00
parent 682cef3a2a
commit 4f0a741f1a

View file

@ -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
}