[Pkg-corba-commits] r105 - /trunk/python-omniorb2/mk/beforeauto.mk.in

tgg at users.alioth.debian.org tgg at users.alioth.debian.org
Sat Dec 22 12:35:54 UTC 2007


Author: tgg
Date: Sat Dec 22 12:35:53 2007
New Revision: 105

URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=105
Log:
build with -g

Modified:
    trunk/python-omniorb2/mk/beforeauto.mk.in

Modified: trunk/python-omniorb2/mk/beforeauto.mk.in
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/python-omniorb2/mk/beforeauto.mk.in?rev=105&op=diff
==============================================================================
--- trunk/python-omniorb2/mk/beforeauto.mk.in (original)
+++ trunk/python-omniorb2/mk/beforeauto.mk.in Sat Dec 22 12:35:53 2007
@@ -702,10 +702,10 @@
 #
 # Default compiler rules
 #
-CDEBUGFLAGS     = -O
+CDEBUGFLAGS     = -g
 CLINK           = $(CC)
 CLINKOPTIONS    = $(CDEBUGFLAGS) $(COPTIONS)
-CXXDEBUGFLAGS   = -O2
+CXXDEBUGFLAGS   = -g
 CXXLINK         = $(CXX)
 CXXLINKOPTIONS  = $(CXXDEBUGFLAGS) $(CXXOPTIONS)
 




More information about the Pkg-corba-commits mailing list