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
4e7f249c
Commit
4e7f249c
authored
Apr 22, 2010
by
Dan Nicolaescu
Browse files
* configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
parent
a94d821f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
ChangeLog
ChangeLog
+4
-0
configure.in
configure.in
+2
-2
No files found.
ChangeLog
View file @
4e7f249c
2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
* configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
2010-04-22 Miles Bader <Miles Bader <miles@gnu.org>>
* configure.in: Get rid of "unix" pre-defined macro when
...
...
configure.in
View file @
4e7f249c
...
...
@@ -917,7 +917,7 @@ configure___ ld_switch_machine=LD_SWITCH_MACHINE
/* Get the CFLAGS for tests in configure. */
#ifdef __GNUC__
configure___ CFLAGS=C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}'
configure___ CFLAGS=
-g
C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}'
#else
configure___ CFLAGS='${SPECIFIED_CFLAGS}'
#endif
...
...
@@ -926,7 +926,7 @@ configure___ CFLAGS='${SPECIFIED_CFLAGS}'
/* Get the CFLAGS for real compilation. */
#ifdef __GNUC__
configure___ REAL_CFLAGS=C_OPTIMIZE_SWITCH C_WARNINGS_SWITCH ${PROFILING_CFLAGS} '${SPECIFIED_CFLAGS}'
configure___ REAL_CFLAGS=
-g
C_OPTIMIZE_SWITCH C_WARNINGS_SWITCH ${PROFILING_CFLAGS} '${SPECIFIED_CFLAGS}'
#else
configure___ REAL_CFLAGS='${SPECIFIED_CFLAGS}'
#endif
...
...
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