changeset 17:d0293407ac9c

Turn on debugging information for native code. 2011-01-08 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: (nbplatform): Turn on debugging information for native code.
author Andrew John Hughes <ahughes@redhat.com>
date Sat, 08 Jan 2011 02:00:50 +0000
parents 307d1a64ee76
children 162f041b396c
files ChangeLog Makefile.am
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Jan 08 01:12:46 2011 +0000
+++ b/ChangeLog	Sat Jan 08 02:00:50 2011 +0000
@@ -1,3 +1,9 @@
+2011-01-08  Andrew John Hughes  <ahughes@redhat.com>
+
+	* Makefile.am:
+	(nbplatform): Turn on debugging information
+	for native code.
+
 2011-01-08  Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
--- a/Makefile.am	Sat Jan 08 01:12:46 2011 +0000
+++ b/Makefile.am	Sat Jan 08 02:00:50 2011 +0000
@@ -168,7 +168,7 @@
 	ln -s linux-amd64 netbeans/lib.profiler/release/lib/deployed/jdk15/linux 
 	ln -s linux-amd64 netbeans/lib.profiler/release/lib/deployed/jdk16/linux
 	cd netbeans/lib.profiler/native/build && \
-	sed -i -e 's#gcc32#$(CC)#' -e 's#-m64#$(ARCHFLAG)#' buildnative-linux64.sh && \
+	sed -i -e 's#gcc32#$(CC)#' -e 's#-m64#$(ARCHFLAG)#' -e 's#Wall#Wall -g#' buildnative-linux64.sh && \
 	JAVA_HOME_15=$(SYSTEM_JDK_DIR) JAVA_HOME_16=$(SYSTEM_JDK_DIR) ./buildnative-linux64.sh
 	JAVA_HOME=$(SYSTEM_JDK_DIR) $(ANT) $(NBBUILD_PROPERTIES) -f netbeans/nbbuild/build.xml bootstrap
 	for dir in lib.profiler lib.profiler.charts lib.profiler.ui lib.profiler.common profiler $(ADDITIONAL_DIRS); do \