arturo icon indicating copy to clipboard operation
arturo copied to clipboard

[build.nims] Thoroughly test `-flto` for release builds

Open github-actions[bot] opened this issue 1 year ago • 0 comments

[build.nims] Thoroughly test -flto for release builds

in various tests, it seems to be performing roughly 10-15% better

https://github.com/arturo-lang/arturo/blob/bc5bd6b2c8cb65042d1b80d140ce8d2c5431977a/build.nims#L76

        "nowebview"         : "-d:NOWEBVIEW",
        "profile"           : "-d:PROFILE --profiler:on --stackTrace:on",
        # TODO(build.nims) Thoroughly test `-flto` for release builds
        #  in various tests, it seems to be performing roughly 10-15% better
        #  labels: performance, benchmark, installer
        "release"           : "--passC:'-flto'",
        "safe"              : "-d:SAFE",
        "vcc"               : "",

4dda7a451294afb102fa8960039ad84ba30d03ba

github-actions[bot] avatar Aug 11 '22 12:08 github-actions[bot]