You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/copy-libs.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ str=`printf '%b' "$str"` #unescape the string
140
140
set -- $str
141
141
foritemin"${@:2:${#@}-5}";do
142
142
prefix="${item:0:2}"
143
-
if [[ "$prefix"!="-I"&&"$prefix"!="-D"&&"$item"!="-Wall"&&"$item"!="-Werror=all"&&"$item"!="-Wextra"&&"$prefix"!="-O" ]];then
143
+
if [[ "$prefix"!="-I"&&"$prefix"!="-D"&&"$item"!="-Wall"&&"$item"!="-Werror=all"&&"$item"!="-Wextra"&&"$item"!="-fno-lto"&&"$prefix"!="-O" ]];then
144
144
if [[ "${item:0:23}"!="-mfix-esp32-psram-cache"&&"${item:0:18}"!="-fmacro-prefix-map"&&"${item:0:20}"!="-fdiagnostics-color="&&"${item:0:19}"!="-fdebug-prefix-map=" ]];then
0 commit comments