X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=INSTALL.MacOSX;h=ec827e9072753b4b63ee31bfccdbaedc39a81a28;hb=9b072f6e64092f7ebd481c877c55f1f34889c253;hp=343ab1fd130647dc6e29b0d45239aaa444a94cb7;hpb=9bae7c410ee9bc793c06269b32517edad8d63606;p=lyx.git diff --git a/INSTALL.MacOSX b/INSTALL.MacOSX index 343ab1fd13..ec827e9072 100644 --- a/INSTALL.MacOSX +++ b/INSTALL.MacOSX @@ -71,7 +71,7 @@ If you did not install pkg-config, first set the LDFLAGS variable: Then, cd to the top of the LyX source hierarchy, and enter: - ./configure --prefix=/path/to/LyX.app --with-version-suffix=-1.6 --with-qt4-dir=/path/to/QT4 --with-included-gettext --enable-optimization=-Os + ./configure --prefix=/path/to/LyX.app --with-version-suffix=-1.6 --with-qt4-dir=/path/to/QT4 --with-included-gettext --enable-optimization=-O2 make make install-strip @@ -91,7 +91,7 @@ If you did not install pkg-config, first set the LDFLAGS variable: Then, cd to the top of the LyX source hierarchy, and enter: ./autogen.sh - ./configure --prefix=/path/to/LyX.app --with-version-suffix=-1.6 --with-qt4-dir=/path/to/QT4 --with-included-gettext --enable-optimization=-Os + ./configure --prefix=/path/to/LyX.app --with-version-suffix=-1.6 --with-qt4-dir=/path/to/QT4 --with-included-gettext --enable-optimization=-O2 --disable-stdlib-debug make make install-strip