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:
George Koehler 2018-04-25 22:48:28 -04:00
parent 93e01eb5d1
commit 1df4db99c9

View file

@ -19,7 +19,7 @@ for _, plat in ipairs({"cpm"}) do
},
suffix = ".s",
vars = {
ackcflags = "-I"..dirname(byte_order),
["+ackcflags"] = { "-I"..dirname(byte_order) },
plat = plat
}
}