-
Notifications
You must be signed in to change notification settings - Fork 2
Building
Andrewerr edited this page Jan 29, 2020
·
1 revision
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.