Re: how to specify CFLAGS ?

2019-04-24 Thread Илья Шипицин
I've managed to pass sanitizer flags )) I will add something like that to travis-ci later *** h10.1 debug|==19083==ERROR: AddressSanitizer: global-buffer-overflow on address 0x00a8cda8 at pc 0x006efec0 bp 0x7ffc78cfc990 sp 0x7ffc78cfc988 *** h10.1 debug|READ of size 8 at 0x

Re: how to specify CFLAGS ?

2019-04-24 Thread Willy Tarreau
On Wed, Apr 24, 2019 at 04:03:24PM +0500, ??? wrote: > I'm going to use various sanitizers, for example CFLAGS="-fsanitize=address" > I'm looking for preferred way to set additional CFLAGS, am I right that it > is something like ADDINC="-fsanitize=address" ? any other way ? I'm used to sp

how to specify CFLAGS ?

2019-04-24 Thread Илья Шипицин
Hello, I'm going to use various sanitizers, for example CFLAGS="-fsanitize=address" I'm looking for preferred way to set additional CFLAGS, am I right that it is something like ADDINC="-fsanitize=address" ? any other way ? thanks! Ilya Shipitsin