Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
69e38995
Commit
69e38995
authored
Jul 12, 2003
by
Richard M. Stallman
Browse files
(CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
parent
c378fed5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
src/ChangeLog
src/ChangeLog
+19
-0
src/Makefile.in
src/Makefile.in
+5
-0
No files found.
src/ChangeLog
View file @
69e38995
2003-07-12 Richard M. Stallman <rms@gnu.org>
* Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
* config.in (HAVE_CRTIN): Add #undef.
(INLINE): Really inline only if OPTIMIZE is defined.
* s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
END_FILES_1.
(START_FILES_1, END_FILES_1): New macros (conditional).
(LD_SWITCH_SYSTEM_TEMACS): Defined.
* s/openbsd.h: Don't include bsd4-3.h.
(TERMINFO): Defined.
(LIBS_TERMCAP): Defined.
(LD_SWITCH_SYSTEM): Defined (two definitions).
* xfns.c: Include libpng/png.h instead of png.h.
2003-07-11 Andreas Schwab <schwab@suse.de>
* buffer.c (modify_overlay): Update prototype.
...
...
src/Makefile.in
View file @
69e38995
...
...
@@ -74,6 +74,11 @@ SHELL=/bin/sh
#define NOT_C_CODE
#include "config.h"
#ifndef OPTIMIZE
CFLAGS
=
-g
#endif
/*
We
won
't really call alloca;
don'
t
let
the
file
name
alloca.c
get
messed
up.
*/
#ifdef alloca
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment