Why is this code slow?

Sergey kornburn at yandex.ru
Sun Mar 24 23:02:19 UTC 2024


On Sunday, 24 March 2024 at 22:16:06 UTC, rkompass wrote:
> Are there some simple switches / settings to get a smaller 
> binary?

1) If possible you can use "betterC" - to disable runtime
2) otherwise
```bash
--release --O3 --flto=full -fvisibility=hidden 
-defaultlib=phobos2-ldc-lto,druntime-ldc-lto -L=-dead_strip -L=-x 
-L=-S -L=-lz
```


More information about the Digitalmars-d-learn mailing list