mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-23 09:55:31 +00:00
* Makefile.in (BUILD_CFLAGS): Remove -O0.
This commit is contained in:
parent
47243d69f7
commit
b74317ff8e
@ -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.
|
||||
|
@ -85,7 +85,7 @@ BUILD_CFLAGS = \
|
||||
$(CFLAGS_FOR_BUILD) \
|
||||
$(IGEN_WARN_CFLAGS) \
|
||||
$(IGEN_WERROR_CFLAGS) \
|
||||
$(INCLUDES) -O0
|
||||
$(INCLUDES)
|
||||
BUILD_LDFLAGS =
|
||||
|
||||
all: igen
|
||||
|
Loading…
x
Reference in New Issue
Block a user