]> git.lyx.org Git - lyx.git/blobdiff - INSTALL.MacOSX
don't use any longer the page background color white as being the default (equal...
[lyx.git] / INSTALL.MacOSX
index 343ab1fd130647dc6e29b0d45239aaa444a94cb7..ec827e9072753b4b63ee31bfccdbaedc39a81a28 100644 (file)
@@ -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