Skip to content

Commit 67785e3

Browse files
committed
amiberry - remove -Ofast and use our default optimisation levels
1 parent 90563c1 commit 67785e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scriptmodules/emulators/amiberry.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ function depends_amiberry() {
4040

4141
function sources_amiberry() {
4242
gitPullOrClone "$md_build" https://github.com/midwan/amiberry
43+
# use our default optimisation level
44+
sed -i "s/-Ofast//" "$md_build/Makefile"
4345
}
4446

4547
function build_amiberry() {

0 commit comments

Comments
 (0)