We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e628b0 commit c6001d3Copy full SHA for c6001d3
build-cross-tools.sh
@@ -44,6 +44,9 @@ while [ $# -gt 0 ]; do
44
--disable-make)
45
NO_MAKE=1
46
;;
47
+ --thinlto|--lto|--pgo*)
48
+ LLVM_ARGS="$LLVM_ARGS $1"
49
+ ;;
50
*)
51
if [ -z "$NATIVE" ]; then
52
NATIVE="$1"
@@ -60,7 +63,7 @@ while [ $# -gt 0 ]; do
60
63
shift
61
64
done
62
65
if [ -z "$CROSS_ARCH" ]; then
- echo $0 native prefix arch [--with-python] [--disable-lldb] [--disable-lldb-mi] [--disable-clang-tool-extra] [--disable-mingw-w64-tools] [--disable-make]
66
+ echo $0 native prefix arch [--with-python] [--disable-lldb] [--disable-lldb-mi] [--disable-clang-tool-extra] [--disable-mingw-w64-tools] [--disable-make] [--thinlto] [--lto] [--pgo[=profile]]
67
exit 1
68
fi
69
0 commit comments