librdkafka
librdkafka copied to clipboard
configure --CFLAGS et.al drops args
./configure --LDFLAGS="-gdwarf-2 -g3 -O0 -fno-builtin" --CFLAGS="-gdwarf-2 -g3 -O0 -fno-builtin" --CPPFLAGS="-gdwarf-2 -g3 -O0 -fno-builtin"
This will eventually skip the -g3 .. part of CFLAGS and LDFLAGS, but not CPPFLAGS, when appending additional options inside mklove.
Passing these as envs work though.