mirror of
https://github.com/nginx/nginx.git
synced 2026-08-03 22:33:10 +00:00
8.1.38 under FreeBSD can not link -ipo
This commit is contained in:
parent
db390ac36d
commit
ad490864de
1 changed files with 5 additions and 0 deletions
|
|
@ -26,6 +26,11 @@ case "$NGX_ICC_VER" in
|
|||
IPO="-ipo"
|
||||
;;
|
||||
|
||||
# 8.1.38 under FreeBSD can not link -ipo
|
||||
8.1)
|
||||
IPO="-ip"
|
||||
;;
|
||||
|
||||
*)
|
||||
IPO="-ipo -ipo_obj"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue