mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Update r279018 so it only applies to Clang version 3.5+ and not 3.4.[1-9].
This commit is contained in:
parent
01b792f1f5
commit
1b398e4ee3
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ CLANG_NO_IAS= -no-integrated-as
|
|||
.endif
|
||||
CLANG_OPT_SMALL= -mstack-alignment=8 -mllvm -inline-threshold=3\
|
||||
-mllvm -simplifycfg-dup-ret -mllvm
|
||||
.if ${COMPILER_VERSION} > 30400
|
||||
.if ${COMPILER_VERSION} >= 30500
|
||||
CLANG_OPT_SMALL+= -enable-gvn=false
|
||||
.endif
|
||||
CFLAGS.clang+= -Qunused-arguments
|
||||
|
|
|
|||
Loading…
Reference in a new issue