diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-06-17 21:03:40 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-06-17 21:03:40 +0000 |
commit | b74317ff8efa5cf91f24e31ef9c389f86abb4b84 (patch) | |
tree | 5650410b85bdf57839dbda657e282c9a2f21fb28 /sim/igen | |
parent | 47243d69f7563fc4c5a16cf8cc5269c9dfd4a6bf (diff) | |
download | gdb-b74317ff8efa5cf91f24e31ef9c389f86abb4b84.zip gdb-b74317ff8efa5cf91f24e31ef9c389f86abb4b84.tar.gz gdb-b74317ff8efa5cf91f24e31ef9c389f86abb4b84.tar.bz2 |
* Makefile.in (BUILD_CFLAGS): Remove -O0.
Diffstat (limited to 'sim/igen')
-rw-r--r-- | sim/igen/ChangeLog | 4 | ||||
-rw-r--r-- | sim/igen/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/igen/ChangeLog b/sim/igen/ChangeLog index 4dc6311..b693544 100644 --- a/sim/igen/ChangeLog +++ b/sim/igen/ChangeLog @@ -1,3 +1,7 @@ +2002-06-17 Andrew Cagney <cagney@redhat.com> + + * Makefile.in (BUILD_CFLAGS): Remove -O0. + 2002-06-16 Andrew Cagney <ac131313@redhat.com> * configure: Regenerated to track ../common/aclocal.m4 changes. diff --git a/sim/igen/Makefile.in b/sim/igen/Makefile.in index 9fff4a0..2c14aa5 100644 --- a/sim/igen/Makefile.in +++ b/sim/igen/Makefile.in @@ -85,7 +85,7 @@ BUILD_CFLAGS = \ $(CFLAGS_FOR_BUILD) \ $(IGEN_WARN_CFLAGS) \ $(IGEN_WERROR_CFLAGS) \ - $(INCLUDES) -O0 + $(INCLUDES) BUILD_LDFLAGS = all: igen |