Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 4dda9e4
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:
2013-12-20T18:58:41Z (
11 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
cc17b76
Parents:
cb16fe9
Message:
Fix building of debug binaries (partially broken by
changeset:devel,253
).
File:
1 edited
configure
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
configure
rcb16fe9
r4dda9e4
196
196
197
197
if [ "$debug" = "1" ]; then
198
[ -z "$CFLAGS" ] && CFLAGS=-g
199
198
echo 'DEBUG=1' >> Makefile.settings
200
CFLAGS="$CFLAGS -
DDEBUG"
199
CFLAGS="$CFLAGS -
g -
DDEBUG"
201
200
else
202
201
[ -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