]> git.sesse.net Git - vlc/commitdiff
* configure.ac.in: use the -O2 gcc option when compiling the skins plugin so that...
authorGildas Bazin <gbazin@videolan.org>
Tue, 18 Mar 2003 20:20:01 +0000 (20:20 +0000)
committerGildas Bazin <gbazin@videolan.org>
Tue, 18 Mar 2003 20:20:01 +0000 (20:20 +0000)
   Also use -fno-rtti -fno-exceptions to save some bits of space.

configure.ac.in

index 712b4d0dabf2ef876d518d6f90d78c5eac938d02..13bbbb1c68f081f7aa74d7d9b186ed529d8961c8 100644 (file)
@@ -2248,7 +2248,7 @@ AC_ARG_ENABLE(skins,
 if test "x${enable_skins}" != "xno"; then
   if test "x${SYS}" = "xmingw32" -o "x${SYS}" = "xcygwin"; then
     PLUGINS="${PLUGINS} skins"
-    CPPFLAGS_skins="${CPPFLAGS_skins} -Imodules/gui/skins -Imodules/gui/skins/src -Imodules/gui/skins/win32 -Imodules/gui/skins/controls"
+    CPPFLAGS_skins="${CPPFLAGS_skins} -O2 -fno-rtti -fno-exceptions -Imodules/gui/skins -Imodules/gui/skins/src -Imodules/gui/skins/win32 -Imodules/gui/skins/controls"
     LDFLAGS_skins="${LDFLAGS_skins} -lstdc++ -lgdi32 -lcomdlg32 -lole32 -luuid -lcomctl32 -lmsimg32"
   fi
 fi