Re: [PD-dev] pdlibbuilder overrides

2018-02-05 Thread IOhannes m zmoelnig
On 2018-02-04 12:40, Dan Wilcox wrote: > I was trying to make a quick test build of an external which uses > pdlibbuilder (abl_link~) and wanted to simply disable optimizations and > enable debug symbol generation. > > I tried a simple CFLAG override but it didn't seem to work: > > make CFLAGS=

Re: [PD-dev] pdlibbuilder overrides

2018-02-04 Thread Dan Wilcox
Nevermind. It seems to be working. I think it was just late as I was doing something wrong last night. It's working as expected today. > On Feb 4, 2018, at 1:12 PM, katja wrote: > > > On Sun, Feb 4, 2018 at 12:40 PM, Dan Wilcox > wrote: > I was trying to make a qu

Re: [PD-dev] pdlibbuilder overrides

2018-02-04 Thread katja
On Sun, Feb 4, 2018 at 12:40 PM, Dan Wilcox wrote: > I was trying to make a quick test build of an external which uses > pdlibbuilder (abl_link~) and wanted to simply disable optimizations and > enable debug symbol generation. > > I tried a simple CFLAG override but it didn't seem to work: > > ma

[PD-dev] pdlibbuilder overrides

2018-02-04 Thread Dan Wilcox
I was trying to make a quick test build of an external which uses pdlibbuilder (abl_link~) and wanted to simply disable optimizations and enable debug symbol generation. I tried a simple CFLAG override but it didn't seem to work: make CFLAGS="-O0 -g" How do override work with pdlibbuilder? Usu