librdkafka icon indicating copy to clipboard operation
librdkafka copied to clipboard

configure --CFLAGS et.al drops args

Open edenhill opened this issue 6 years ago • 0 comments

./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.

edenhill avatar Jun 04 '19 23:06 edenhill