aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2004-08-05 20:51:09 +0000
committerKenneth Russel <[email protected]>2004-08-05 20:51:09 +0000
commit984eba0a85aa5388465569980f66ab80a45bc6f6 (patch)
tree447f588255dc3952b728e66fac17dddce4a9696f
parent0a3c032889b089845e08abc115605b94db6c1ede (diff)
Removed debug info from native libraries after CPPTask cutover
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@149 232f8b59-042b-4e1e-8c03-345bb8c30851
-rw-r--r--make/build.xml2
-rw-r--r--www/webstart/jogl-natives-win32.jarbin137375 -> 53698 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 925ca511b..b9ea8f08d 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -754,7 +754,7 @@
<echo message="Output lib name = ${output.lib.name}" />
<!-- NOTE: the value of the debug and optimise attributes will not be overridden if already set externally -->
- <property name="c.compiler.debug" value="true" />
+ <property name="c.compiler.debug" value="false" />
<!-- Optimise flags one of { none, size, speed, minimal, full, aggressive, extreme, unsafe } -->
<property name="c.compiler.optimise" value="none" />
diff --git a/www/webstart/jogl-natives-win32.jar b/www/webstart/jogl-natives-win32.jar
index 1b6b5daac..133c0cad9 100644
--- a/www/webstart/jogl-natives-win32.jar
+++ b/www/webstart/jogl-natives-win32.jar
Binary files differ