]> git.lyx.org Git - lyx.git/blobdiff - development/lyx.spec.in
Use getBBUnits in both frontends.
[lyx.git] / development / lyx.spec.in
index ecd20fac1bd3bead57d44a5f49eb03d0f8c71aab..7f827db8b09b2cc9b3b3420a50f93af9dec606e3 100644 (file)
@@ -35,10 +35,9 @@ and let the computer take care of the rest.
 
 %build
 unset LINGUAS || true
-CXXFLAGS="$RPM_OPT_FLAGS" CFLAGS="$RPM_OPT_FLAGS" \
 ./configure --prefix=%{_prefix} --mandir=%{_mandir} \
        --bindir=%{_bindir} --datadir=%{_datadir} \
-       --without-warnings
+       --without-warnings --disable-debug --enable-optimization=-O2
 make
 
 %install