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 90563c1 commit 67785e3Copy full SHA for 67785e3
scriptmodules/emulators/amiberry.sh
@@ -40,6 +40,8 @@ function depends_amiberry() {
40
41
function sources_amiberry() {
42
gitPullOrClone "$md_build" https://github.com/midwan/amiberry
43
+ # use our default optimisation level
44
+ sed -i "s/-Ofast//" "$md_build/Makefile"
45
}
46
47
function build_amiberry() {
0 commit comments