mirror of
https://github.com/nginx/nginx.git
synced 2024-12-27 01:11:13 -06:00
8.1.38 under FreeBSD can not link -ipo
This commit is contained in:
parent
db390ac36d
commit
ad490864de
@ -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…
Reference in New Issue
Block a user