~ubuntu-branches/ubuntu/karmic/openjdk-6b18/karmic-updates

« back to all changes in this revision

Viewing changes to debian/patches/gcc-hotspot-opt-O0.diff

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-09-07 22:16:41 UTC
  • Revision ID: james.westby@ubuntu.com-20100907221641-gilxobgxpaprajd4
Tags: 6b18-1.8.1-2ubuntu1
* Build as separate source, just for armel.
* Merge the -lib package into the -jre-headless package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- openjdk/hotspot/make/linux/makefiles/gcc.make~      2007-11-29 12:38:22.578339247 +0100
 
2
+++ openjdk/hotspot/make/linux/makefiles/gcc.make       2007-11-29 12:42:28.742052571 +0100
 
3
@@ -103,7 +103,7 @@
 
4
 CFLAGS_WARN/BYFILE = $(CFLAGS_WARN/$@)$(CFLAGS_WARN/DEFAULT$(CFLAGS_WARN/$@)) 
 
5
 
 
6
 # The flags to use for an Optimized g++ build
 
7
-OPT_CFLAGS += -O3
 
8
+OPT_CFLAGS += -O0
 
9
 
 
10
 # Hotspot uses very unstrict aliasing turn this optimization off
 
11
 OPT_CFLAGS += -fno-strict-aliasing