]> git.pld-linux.org Git - packages/celestia.git/commitdiff
- added -fno-rtti -fno-exceptions to CXXFLAGS (cut radicaly binaries size). RA-1_0 STABLE celestia-1_1_4-2
authorkloczek <kloczek@pld-linux.org>
Sun, 13 Jan 2002 11:36:47 +0000 (11:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    celestia.spec -> 1.4

celestia.spec

index 3289039272fdbe3c556fb0b4e353c2c1b6d71bcc..d201c9c36df1365c1115b0baa79815ca1f1e6bd1 100644 (file)
@@ -59,7 +59,7 @@ autoconf
 automake -a -f
 CFLAGS="-I%{_includedir} %{rpmcflags}"
 CPPFLAGS="-I%{_includedir} %{rpmcflags}"
-CXXFLAGS="-I%{_includedir} %{rpmcflags}"
+CXXFLAGS="-I%{_includedir} %{rpmcflags} -fno-rtti -fno-exceptions"
 %configure \
        --enable-gtk
 %{__make}
This page took 0.103511 seconds and 4 git commands to generate.