SF.net SVN: geany: [1552] trunk/src/Makefile.am

eht16 at users.sourceforge.net eht16 at xxxxx
Mon May 21 15:43:51 UTC 2007


Revision: 1552
          http://svn.sourceforge.net/geany/?rev=1552&view=rev
Author:   eht16
Date:     2007-05-21 08:43:50 -0700 (Mon, 21 May 2007)

Log Message:
-----------
Disable debug mode.

Modified Paths:
--------------
    trunk/src/Makefile.am

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2007-05-21 15:24:27 UTC (rev 1551)
+++ trunk/src/Makefile.am	2007-05-21 15:43:50 UTC (rev 1552)
@@ -44,7 +44,7 @@
 geany_LDADD = ../scintilla/libscintilla.a ../tagmanager/libtagmanager.a -lstdc++ @PACKAGE_LIBS@ \
 			$(INTLLIBS) -lgdi32 -limm32 -lshell32 -lole32 -luuid -liberty -lcomdlg32 -lcomctl32 \
 			geany_private.res
-AM_CFLAGS = -DGEANY_DEBUG -Wall -pipe -mms-bitfields
+AM_CFLAGS = -Wall -pipe -mms-bitfields
 #AM_CFLAGS = -DGEANY_DEBUG -Wall -pipe -mms-bitfields -g -O0
 geany_LDFLAGS =	-mwindows
 
@@ -59,7 +59,7 @@
 
 else
 # build Geany for all other platforms
-AM_CFLAGS = -DGEANY_DEBUG -Wall -pipe
+AM_CFLAGS = -Wall -pipe
 #AM_CFLAGS = -DGEANY_DEBUG -Wall -pipe -g -O0
 geany_SOURCES = $(SRCS) vte.c vte.h
 geany_LDADD = ../scintilla/libscintilla.a ../tagmanager/libtagmanager.a @PACKAGE_LIBS@ -lstdc++ $(INTLLIBS)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list