I'm trying to build the poco libraries with mudflap support, which requires extra compilation and link flags. I have figured out that the POCO_FLAGS
variable in config.make
controls the compiler flags. How do I specify link flags?
The documentation here talks about LINKFLAGS
, LINKFLAGS32
, and LINKFLAGS64
, but I cannot figure out how to specify these, either by using ./configure
or by modifying the config.make
file.
Edit:
I tried setting the environment variable LINKFLAGS
, but this had no effect.