366 B
366 B
description
| description |
|---|
| Build nt (static-only) |
Use the project build entrypoint only:
./build.sh
Rules:
- Do not use
cmake,make, or directgcccommands on the host. - Do not create alternate build outputs like
nt_static_*. - Expected output is a single binary at
./nt. ./build.shperforms static-link verification automatically.