Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <1557255+kcgen@users.noreply.github.com>2020-06-28 03:09:20 +0300
committerPatryk Obara <patryk.obara@gmail.com>2020-06-29 14:46:25 +0300
commit5120f44aa00e9b3551cf456c18078a166b7e4779 (patch)
treec9fd5f0b2f26f92ed80e1f067d09fad9de3dbb93 /BUILD.md
parent9750765d9fd9ca27da0b6c6549f04d9051f954db (diff)
Add a warning about LTO on the Pi4
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD.md b/BUILD.md
index 254463d13..4b105d184 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -188,6 +188,9 @@ installed and the license agreed to:
- GCC (specific version, ie: 10): `./scripts/build.sh -c gcc -v 10 -t release -m
lto`
+ :warning: Raspberry Pi 4 users should avoid link-time-optimized builds for
+ now. Simply drop the `-m lto` in your build line.
+
1. To build a debug binary, use `-t debug` in place of `-t release -m lto`.
## Haiku Procedures