From 1df4db99c9ce067efaa7c1dd798651d528e08ec2 Mon Sep 17 00:00:00 2001 From: George Koehler Date: Wed, 25 Apr 2018 22:48:28 -0400 Subject: [PATCH] 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. --- mach/proto/fp/build.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/proto/fp/build.lua b/mach/proto/fp/build.lua index 2a0f1b39c..62d0d8114 100644 --- a/mach/proto/fp/build.lua +++ b/mach/proto/fp/build.lua @@ -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 } }