Skip to content

Commit

Permalink
extra/webkit2gtk: strip O3
Browse files Browse the repository at this point in the history
  • Loading branch information
kmihelich committed May 21, 2015
1 parent 682cef3 commit 4f0a741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/webkit2gtk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 4f0a741

Please sign in to comment.