This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

options to make?


Hi!

I'm wondering how to pass _additional_ compile time options to make
without overriding existing ones.  Example:
  make all CFLAGS="-DSCM_DEBUG_XXX=1 ..."
will override the settings for CFLAGS that are defined within the
makefile:
  CFLAGS = -g -O2 -Wall -Wmissing-prototypes

Thanks
Dirk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]