Compiler Flags

2000-11-17 Thread Tim Heath
How do I add compiler flags? What AM is necessary to accomplish that? Thanks, Tim Heath

Re: aCC compiler Flags support

2000-11-17 Thread Paul Berrevoets
I seem to remember that the documentation suggests adding them to INCLUDES: INCLUDES = -D_POSIX1C_SOURCE -D_HPUX_SOURCE -D_REENTRANT -- Paul Berrevoets Tim Heath wrote: > I have to add to DEFS: > > -D_POSIX1C_SOURCE -D_HPUX_SOURCE -D_REENTRANT > > in my Makefile. > > Is there a way to automate