mirror of
https://github.com/nginx/nginx.git
synced 2026-07-30 08:08:24 -05:00
8.1.38 under FreeBSD can not link -ipo
This commit is contained in:
@@ -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"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user