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 4b14f14 commit 7da3707Copy full SHA for 7da3707
README.md
@@ -251,6 +251,14 @@ cross-compiling you must ensure to use the appropriate `objcopy` for the target
251
architecture. The `BINUTILS_TARGET_PREFIX` environment variable can be used to
252
set the objcopy of choice, for example, `arm-linux-gnueabihf`.
253
254
+LTO Support
255
+-----------
256
+
257
+In some situations it is desirable to pass certain flags to clang in the step that
258
+produces the bitcode. This can be fulfilled by setting the
259
+`LLVM_BITCODE_GENERATION_FLAGS` environment variable to the desired
260
+flags, for example "-flto -fwhole-program-vtables".
261
262
Debugging
263
---------
264
0 commit comments