Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

has anyone tried to build it with gcc-6.1.x ?

<< < (2/2)

Brane2:
Thanks.

I didn't know that about the -fno-delete-null-pointer-checks. I'll disable it by default.

oBFusCATed:

--- Quote from: Brane2 on June 30, 2016, 09:03:25 am ---I didn't know that about the -fno-delete-null-pointer-checks. I'll disable it by default.

--- End quote ---
Thus you won't detect broken software. Better use the -Werror=null-dereference and report compilation failures.

Brane2:

--- Quote ---This option is only active when -fdelete-null-pointer-checks is active, which is enabled by optimizations in most targets.
--- End quote ---

Since it was active all the time before and since it failed to detect what it was supposed to do ( recimpiled most of my @world with it), I don't see utility of this.

Navigation

[0] Message Index

[*] Previous page

Go to full version