mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-21 19:37:23 +01:00
(svn r26737) -Fix (r26735): one = too many... why can't all languages use the same basic definition for comparisons?
This commit is contained in:
parent
d733c7d196
commit
d60b2d04e4
@ -1450,7 +1450,7 @@ make_cflags_and_ldflags() {
|
|||||||
LDFLAGS="$LDFLAGS -noixemul"
|
LDFLAGS="$LDFLAGS -noixemul"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$enable_profiling" == "0" ]; then
|
if [ "$enable_profiling" = "0" ]; then
|
||||||
# -fomit-frame-pointer and -pg do not go well together (gcc errors they are incompatible)
|
# -fomit-frame-pointer and -pg do not go well together (gcc errors they are incompatible)
|
||||||
CFLAGS="-fomit-frame-pointer $CFLAGS"
|
CFLAGS="-fomit-frame-pointer $CFLAGS"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user