As a follow-up on this, when I do

MESSAGE("$ENV{CFLAGS}")

in a CMakeLists.txt, I'm getting different results on different
Debian/Ubuntu distros.
On Precise (12.04), I'm seeing
```
-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
```
on Trusty (14.04), I'm seeing
```
```
(nothing).

Is this expected?

Cheers,
Nico

On Wed, Jun 11, 2014 at 10:26 AM, Nico Schlömer
<[email protected]> wrote:
>> I had an upstream that was not handling the case when it was set to None
>> properly and I guess you have the same issue.
>
> And indeed that was the case. Now fixed upstream. Thanks for the hint!
>
> --Nico
>
>
>
> On Wed, Jun 11, 2014 at 5:44 AM, Paul Wise <[email protected]> wrote:
>> On Wed, Jun 11, 2014 at 2:16 AM, Nico Schlömer  wrote:
>>
>>> How could I best debug this (through debian/rules, maybe)?
>>
>> grep through the upstream cmake files looking for CMAKE_BUILD_TYPE, I
>> had an upstream that was not handling the case when it was set to None
>> properly and I guess you have the same issue.
>>
>> --
>> bye,
>> pabs
>>
>> http://wiki.debian.org/PaulWise
>>
>>
>> --
>> To UNSUBSCRIBE, email to [email protected]
>> with a subject of "unsubscribe". Trouble? Contact [email protected]
>> Archive: 
>> https://lists.debian.org/CAKTje6F+XvYB-8KnË[email protected]
>>


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: 
https://lists.debian.org/cak6z60f_9dzv7p_zfw-zqjmyvmuwsy4ostiyzapkg0bx30s...@mail.gmail.com

Reply via email to