[Pkg-corba-commits] r26 - /trunk/omniorb4/mk/beforeauto.mk.in

tgg at users.alioth.debian.org tgg at users.alioth.debian.org
Thu Oct 18 06:22:41 UTC 2007


Author: tgg
Date: Thu Oct 18 06:22:40 2007
New Revision: 26

URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=26
Log:
always compile with `-O2 -g', as per policy

Modified:
    trunk/omniorb4/mk/beforeauto.mk.in

Modified: trunk/omniorb4/mk/beforeauto.mk.in
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb4/mk/beforeauto.mk.in?rev=26&op=diff
==============================================================================
--- trunk/omniorb4/mk/beforeauto.mk.in (original)
+++ trunk/omniorb4/mk/beforeauto.mk.in Thu Oct 18 06:22:40 2007
@@ -711,10 +711,10 @@
 #
 # Default compiler rules
 #
-CDEBUGFLAGS     = -O
+CDEBUGFLAGS     = -O2 -g
 CLINK           = $(CC)
 CLINKOPTIONS    = $(CDEBUGFLAGS) $(COPTIONS)
-CXXDEBUGFLAGS   = -O2
+CXXDEBUGFLAGS   = -O2 -g
 CXXLINK         = $(CXX)
 CXXLINKOPTIONS  = $(CXXDEBUGFLAGS) $(CXXOPTIONS)
 




More information about the Pkg-corba-commits mailing list