]> git.pld-linux.org Git - packages/Mixer.app.git/commitdiff
- add -fno-rtti -fno-exceptions -fno-implicit-templates and $RPM_OPT_FALGS
authorkloczek <kloczek@pld-linux.org>
Tue, 11 May 1999 03:21:59 +0000 (03:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  to C++ optimization flags.

Changed files:
    Mixer.app.spec -> 1.4

Mixer.app.spec

index 241bd1a6fe40a2a6e52b5ab27be9fe9afdc3fd51..e3f15439ce59de85fcbbb46821d2b841c217da61 100644 (file)
@@ -24,7 +24,8 @@ support.
 
 %build
 xmkmf -a
-make PREFIX=/usr/X11R6/GNUstep/Apps/Mixer.app
+make   PREFIX=/usr/X11R6/GNUstep/Apps/Mixer.app \
+       CXXDEBUGFLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions -fno-implicit-templates" \
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.072329 seconds and 4 git commands to generate.