Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

Building

Andrewerr edited this page Jan 29, 2020 · 1 revision

Building

Currently debug builds are supported only on the systems with gcc-9 present.
To build program in release mode:

./build.sh all Note that for this build command gcc is required.

To build program in debug mode:
./build.sh all-debug

Note that for this build command gcc-9 and libraries libasan, libubsan are required.

Clone this wiki locally