mirror of
https://github.com/nginx/nginx.git
synced 2024-12-27 17:31:35 -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"
|
IPO="-ipo"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
# 8.1.38 under FreeBSD can not link -ipo
|
||||||
|
8.1)
|
||||||
|
IPO="-ip"
|
||||||
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
IPO="-ipo -ipo_obj"
|
IPO="-ipo -ipo_obj"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user