Adding -fno-delete-null-pointer-checks compiler flags. The compiler assumption which...
commit02c35405cd9426470901599140b6efee0c7c98a8
authoredrikk <edriss@hotmail.com>
Wed, 8 Apr 2015 19:30:48 +0000 (8 19:30 +0000)
committeredrikk <edriss@hotmail.com>
Wed, 8 Apr 2015 19:30:48 +0000 (8 19:30 +0000)
tree5f01969fcf12161ac9d81fb7e8c12e97aea65406
parent264c816b45f2f24518f0f28735765838e3913f4c
Adding -fno-delete-null-pointer-checks compiler flags.  The compiler assumption which is automatically enabled at all levels: -O0, -O1, -O2, -O3, -Os. may not be valid on some ARM based architectures, and is recommended to be disabled on embedded devices:
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
release/src-rt-6.x.4708/ctools/Makefile