3 lines
81 B
Bash
3 lines
81 B
Bash
#!/usr/bin/env bash
|
|
scons target=template_release production=yes use_lto=yes -j4
|
#!/usr/bin/env bash
|
|
scons target=template_release production=yes use_lto=yes -j4
|