summaryrefslogtreecommitdiff
path: root/build-aux/cccl
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/cccl')
-rw-r--r--build-aux/cccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/build-aux/cccl b/build-aux/cccl
index 1a06e3878..b1828059c 100644
--- a/build-aux/cccl
+++ b/build-aux/cccl
@@ -148,6 +148,10 @@ EOF
#ignore warnings
;;
+ -fno-strict-aliasing*)
+ #ignore aliasing
+ ;;
+
-isystem)
shift
clopt="$clopt -I$1"