Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
911cc4f
for
configure
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2007-12-02T17:24:46Z (
17 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
5bd21df
Parents:
4306d8b
Message:
Defining DEBUG via CFLAGS so that it'll always be there, even when a file
doesn't include config.h.
File:
1 edited
configure
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
configure
r4306d8b
r911cc4f
135
135
[ -z "$CFLAGS" ] && CFLAGS=-g
136
136
echo 'DEBUG=1' >> Makefile.settings
137
echo '#define DEBUG' >> config.h
137
CFLAGS="$CFLAGS -DDEBUG"
138
138
else
139
139
[ -z "$CFLAGS" ] && CFLAGS="-O2 -fno-strict-aliasing"
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive