Date: Thursday, March 15, 2007 @ 16:30:25
  Author: marc
    Path: /cvsroot/carob/carob/make-includes

   Added: gcc-debug.mk (1.1)
Modified: gcc-compiler.mk (1.2 -> 1.3)
 Removed: gcc-release.mk (1.1)

Now optimizing by default. Use CUSTOM=gcc-debug to debug


-----------------+
 gcc-compiler.mk |    2 +-
 gcc-debug.mk    |    3 +++
 gcc-release.mk  |    3 ---
 3 files changed, 4 insertions(+), 4 deletions(-)


Index: carob/make-includes/gcc-compiler.mk
diff -u carob/make-includes/gcc-compiler.mk:1.2 
carob/make-includes/gcc-compiler.mk:1.3
--- carob/make-includes/gcc-compiler.mk:1.2     Mon Jan  8 15:14:09 2007
+++ carob/make-includes/gcc-compiler.mk Thu Mar 15 16:30:25 2007
@@ -1,6 +1,6 @@
 
 # default CXXFLAGS
-CXXFLAGS = -g3 -Wall
+CXXFLAGS = -g -O2 -Wall
 
 # mandatory CXXFLAGS
 # (actually this is not needed for tests but we don't care)
Index: carob/make-includes/gcc-debug.mk
diff -u /dev/null carob/make-includes/gcc-debug.mk:1.1
--- /dev/null   Thu Mar 15 16:30:25 2007
+++ carob/make-includes/gcc-debug.mk    Thu Mar 15 16:30:25 2007
@@ -0,0 +1,3 @@
+
+CXXFLAGS=-g3 -Wall
+
Index: carob/make-includes/gcc-release.mk
diff -u carob/make-includes/gcc-release.mk:1.1 
carob/make-includes/gcc-release.mk:removed
--- carob/make-includes/gcc-release.mk:1.1      Thu Jan 18 11:02:33 2007
+++ carob/make-includes/gcc-release.mk  Thu Mar 15 16:30:25 2007
@@ -1,3 +0,0 @@
-
-CXXFLAGS=-g -O2 -Wall
-

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to