This commit is contained in:
luboslenco
2025-05-07 15:13:16 +02:00
parent d5a53b3aae
commit 4abc4c9ed9
-12
View File
@@ -2,18 +2,6 @@
Iron build tool.
**Windows (x64)**
```bash
../../make --compile --alangjs
```
**Linux (x64)**
```bash
../../make --compile --alangjs --ccompiler gcc --cppcompiler g++
# (gcc has lto enabled)
```
**macOS (arm64)**
```bash
../../make --compile --alangjs
```