Re: [AD] Stripping libraries |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> On the other hand, if you make this consistent it could be a nice
> addition. All compilation lines would look like this:
>
> gcc `allegro-config --cflags $TARGET` *.c
> gcc `allegro-config --libs $TARGET` -o prog *.o
>
> where target could be 'release', 'debug' or 'profile'. The -g option
> would then of course be included in cflags for debugmode too.
I don't think it's a good idea. For example, the user might want to use -g3
instead of -g.
--
Eric Botcazou