# HG changeset patch # User Andrew John Hughes # Date 1294452050 0 # Node ID d0293407ac9c6be19fc30a9f773d1d626d5efbae # Parent 307d1a64ee7649dcfb89bfaa3de31b2ecc80b25a Turn on debugging information for native code. 2011-01-08 Andrew John Hughes * Makefile.am: (nbplatform): Turn on debugging information for native code. diff -r 307d1a64ee76 -r d0293407ac9c ChangeLog --- 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 + + * Makefile.am: + (nbplatform): Turn on debugging information + for native code. + 2011-01-08 Andrew John Hughes * Makefile.am: diff -r 307d1a64ee76 -r d0293407ac9c 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 \