Jeronimo Pellegrini <[email protected]> wrote: > But since C_COMPILER_OPTIONS is defined with ?=, if I set it > when running make, the default in Makefile.linux, for example, > would be ignored. > > So if I use a script that wants to *add* flags, how should I do that? > (I see that CFLAGS is not used).
Hmm, this indeed doesn’t appear to be possible. Maybe you could use C_COMPILER_OPTIMIZATION_OPTIONS ? _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
