Move -fno-delete-null-pointer-checks to optional
authorEvan Huus <eapache@gmail.com>
Wed, 4 Nov 2015 19:11:49 +0000 (14:11 -0500)
committerEvan Huus <eapache@gmail.com>
Fri, 6 Nov 2015 04:40:42 +0000 (04:40 +0000)
It is no longer supported on El Capitan's clang, which was causing my
cmake/osx/qt build to fail with:

    clang: error: optimization flag '-fno-delete-null-pointer-checks' is not
    supported

Change-Id: Idfac336758cdea9a34446d8281cd237ad3ee6823
Reviewed-on: https://code.wireshark.org/review/11571
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Evan Huus <eapache@gmail.com>

No differences found