[mercury-users] compilation problem, all, some
David Overton
dmo at cs.mu.OZ.AU
Fri Jul 16 23:19:02 AEST 2004
On Fri, Jul 16, 2004 at 02:24:44PM -0700, Maurizio Colucci wrote:
> I don't understand... I tried
>
> mmc --fno-strict-aliasing main.m
>
> but the option is not accepted by mmc.
>
> Could you please give me the full command line needed to compile?
This option needs to be passed to GCC. You can do this using
mmc --cflags --fno-strict-aliasing main.m
If you were using mmake, you would put
CFLAGS = --fno-strict-aliasing
in your Mmakefile.
David
--
David Overton
WWW: http://www.overtons.id.au/
Mobile Phone (UK): +44 7799 344 322
--------------------------------------------------------------------------
mercury-users mailing list
post: mercury-users at cs.mu.oz.au
administrative address: owner-mercury-users at cs.mu.oz.au
unsubscribe: Address: mercury-users-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-users-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the users
mailing list