[pisa-src] r1092 - in trunk: libpisa pisasd

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 12 Oct 2009 15:11:35 +0200

Author: tjansen
Date: Mon Oct 12 15:11:35 2009
New Revision: 1092

Log:
Fix commit 1088: profiling should not be default.

Thanks to Diego for spotting this early!

Modified:
   trunk/libpisa/Makefile.am
   trunk/pisasd/Makefile.am

Modified: trunk/libpisa/Makefile.am
==============================================================================
--- trunk/libpisa/Makefile.am   Mon Oct 12 15:10:03 2009        (r1091)
+++ trunk/libpisa/Makefile.am   Mon Oct 12 15:11:35 2009        (r1092)
@@ -17,4 +17,4 @@
 endif
 
 INCLUDES = -I$(PISA_COMMON_INCLUDES) -I$(PISA_LIBPISA_INCLUDES)
-CFLAGS += -Wall -g -pg
+CFLAGS += -Wall -g

Modified: trunk/pisasd/Makefile.am
==============================================================================
--- trunk/pisasd/Makefile.am    Mon Oct 12 15:10:03 2009        (r1091)
+++ trunk/pisasd/Makefile.am    Mon Oct 12 15:11:35 2009        (r1092)
@@ -5,7 +5,7 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-CFLAGS += -Wall -g -pg
+CFLAGS += -Wall -g
 INCLUDES = -I$(PISA_COMMON_INCLUDES)
 
 bin_PROGRAMS = pisasdconf
@@ -18,7 +18,7 @@
 pisaconfdir = .
 
 LDADD =
-LDFLAGS = @LDFLAGS@ -pg
+LDFLAGS = @LDFLAGS@
 
 if PISA_FORCE_SHLIB
   LDADD += -lpisa -lconfig

Other related posts:

  • » [pisa-src] r1092 - in trunk: libpisa pisasd - Thomas Jansen