Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 378680 Details for
Bug 508238
games-simulation/openttd-1.4.0: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Cflags-Patch for games-simulation/openttd-1.4.1
openttd-1.4.1-cflags.patch (text/plain), 1005 bytes, created by
Moritz Schlarb
on 2014-06-11 10:25:40 UTC
(
hide
)
Description:
Cflags-Patch for games-simulation/openttd-1.4.1
Filename:
MIME Type:
Creator:
Moritz Schlarb
Created:
2014-06-11 10:25:40 UTC
Size:
1005 bytes
patch
obsolete
>--- config.lib.orig >+++ config.lib >@@ -1426,26 +1426,16 @@ > CFLAGS="-I/gg/os-include -noixemul -fstrict-aliasing -fexpensive-optimizations -mcpu=604 -fno-inline -mstring -mmultiple $CFLAGS" > LDFLAGS="$LDFLAGS -noixemul" > fi >- >- CFLAGS="-O2 -fomit-frame-pointer $CFLAGS" > else > OBJS_SUBDIR="debug" > > # Each debug level reduces the optimization by a bit > if [ $enable_debug -ge 1 ]; then >- CFLAGS="$CFLAGS -g -D_DEBUG" >+ CFLAGS="-D_DEBUG $CFLAGS" > if [ "$os" = "PSP" ]; then > CFLAGS="$CFLAGS -G0" > fi > fi >- if [ $enable_debug -ge 2 ]; then >- CFLAGS="$CFLAGS -fno-inline" >- fi >- if [ $enable_debug -ge 3 ]; then >- CFLAGS="$CFLAGS -O0" >- else >- CFLAGS="$CFLAGS -O2" >- fi > fi > > if [ $enable_debug -le 2 ]; then >@@ -1466,11 +1456,6 @@ > CFLAGS="$CFLAGS -fno-expensive-optimizations" > fi > >- if [ "$enable_profiling" != "0" ]; then >- CFLAGS="$CFLAGS -p" >- LDFLAGS="$LDFLAGS -pg" >- fi >- > if [ "$with_threads" = "0" ]; then > CFLAGS="$CFLAGS -DNO_THREADS" > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 508238
:
378678
| 378680 |
378682