Optimize libfp. Don't lose -O6 in ackcflags.
This drops 124 bytes from the mandelbrot command (from 15015 to 14891 bytes) but has almost no effect on performance; the command takes about 144 seconds (in YAZE-AG) both before and after optimizing libfp.
This commit is contained in:
parent
93e01eb5d1
commit
1df4db99c9
|
@ -19,7 +19,7 @@ for _, plat in ipairs({"cpm"}) do
|
||||||
},
|
},
|
||||||
suffix = ".s",
|
suffix = ".s",
|
||||||
vars = {
|
vars = {
|
||||||
ackcflags = "-I"..dirname(byte_order),
|
["+ackcflags"] = { "-I"..dirname(byte_order) },
|
||||||
plat = plat
|
plat = plat
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue