[csw-devel] SF.net SVN: gar:[20622] csw/mgar/pkg/mysql5/branches/mysql-5.5.x-debug/ Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sat Apr 6 22:38:49 CEST 2013
Revision: 20622
http://gar.svn.sourceforge.net/gar/?rev=20622&view=rev
Author: wahwah
Date: 2013-04-06 20:38:49 +0000 (Sat, 06 Apr 2013)
Log Message:
-----------
mysql5/branches/mysql-5.5.x-debug: A debug build
Modified Paths:
--------------
csw/mgar/pkg/mysql5/branches/mysql-5.5.x-debug/Makefile
Modified: csw/mgar/pkg/mysql5/branches/mysql-5.5.x-debug/Makefile
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.5.x-debug/Makefile 2013-04-06 20:35:21 UTC (rev 20621)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.5.x-debug/Makefile 2013-04-06 20:38:49 UTC (rev 20622)
@@ -18,7 +18,7 @@
VERSION = $(BASE_VERSION).$(PATCHLEVEL)
# Useful when making a series of builds on the same day
-# GARFLAVOR ?= DBG
+GARFLAVOR ?= DBG
PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386
PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
@@ -235,6 +235,7 @@
CMAKE_ARGS += "-DCMAKE_C_FLAGS=$(CFLAGS)"
CMAKE_ARGS += "-DCMAKE_CXX_FLAGS=$(CXXFLAGS)"
CMAKE_ARGS += -DCMAKE_VERBOSE_MAKEFILE=ON
+CMAKE_ARGS += -DWITH_DEBUG=1
# TODO: Make the tests pass. They don't at the moment.
SKIPTEST ?= 1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list