Re: [AD] ICL/MSVC documentation patch |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Wednesday 30 March 2005 08:08, AJ wrote:
> if marked a few problems that i found:
Thanks. Commited with fixes.
> there was a patch that i submitted that removed the -GB from the CFLAGS
> line (for MSVC7) and added this
>
> ifdef TARGET_ARCH_EXCL
> CFLAGS += -G$(TARGET_ARCH_EXCL)
> else
> CFLAGS += -GB
> endif
>
>
> so that the user could select p4/Athlon-Xp specific optimz, and if the
> user does not specify the TARGET_ARCH_EXCL it will default back to -GB
> (PPro/P2/P3)
Fine. I added the option, but I don't know what values are sensible to pass
so I didn't yet modify the documentation.
Evert