aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xLibrary/ENV/4.3/cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc
index 1f8b171a4..b4cc177b4 100755
--- a/Library/ENV/4.3/cc
+++ b/Library/ENV/4.3/cc
@@ -121,7 +121,7 @@ class Cmd
'-pedantic', '-pedantic-errors'
when '-fopenmp', '-lgomp', '-mno-fused-madd', '-fforce-addr', '-fno-defer-pop',
'-mno-dynamic-no-pic', '-fearly-inlining', '-finline-functions-called-once',
- /^-finline-limit/, /^-f(?:no-)?check-new/
+ /^-finline-limit/, /^-f(?:no-)?check-new/, '-fno-delete-null-pointer-checks'
# clang doesn't support these flags
args << arg if not tool =~ /^clang/
when /^-W.*/