Skip to content

Commit

Permalink
Windows build: Increase code optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
morevnaproject committed Jul 22, 2015
1 parent 8314b1c commit 1f2d6b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autobuild/fedora-crosscompile-win.sh
Expand Up @@ -532,6 +532,7 @@ ${TOOLCHAIN}-configure \
--localstatedir=${PREFIX}/var \
--sysconfdir=${PREFIX}/etc \
--datarootdir=${PREFIX}/share \
--enable-optimization=3 \
--disable-static --enable-shared --with-magickpp --without-libavcodec --with-boost=/usr/${TOOLCHAIN_HOST}/sys-root/mingw/ --enable-warnings=minimum $DEBUG
make install -j$THREADS
}
Expand All @@ -558,6 +559,7 @@ ${TOOLCHAIN}-configure \
--localstatedir=${PREFIX}/var \
--sysconfdir=${PREFIX}/etc \
--datarootdir=${PREFIX}/share \
--enable-optimization=3 \
--disable-static --enable-shared $DEBUG
make install -j$THREADS
cp -rf ${PREFIX}/share/pixmaps/synfigstudio/* ${PREFIX}/share/pixmaps/ && rm -rf ${PREFIX}/share/pixmaps/synfigstudio
Expand Down

0 comments on commit 1f2d6b7

Please sign in to comment.