README: consolidate README files
This commit is contained in:
parent
50f43d2193
commit
c6cefe219d
3
README
3
README
@ -1,3 +0,0 @@
|
||||
A simple cross-platform C++ utility library.
|
||||
|
||||
Supported compilers: >=clang-5.x, >=gcc7.x; specifically, we require c++17 features such as structured bindings which aren't present in older compilers. No attempt has been made to compile under MSVC.
|
@ -1,4 +1,12 @@
|
||||
environment variables:
|
||||
== libcruft-util
|
||||
|
||||
A simple cross-platform C++ utility library.
|
||||
|
||||
Supported compilers: >=clang-5.x, >=gcc7.x; specifically, we require cxx17 features such as structured bindings which aren't present in older compilers. No attempt has been made to compile under MSVC.
|
||||
|
||||
=== Environment Variables
|
||||
|
||||
The following variables can be defined at runtime to change the library behaviour.
|
||||
|
||||
DEBUG:: whether to initialise basic debugging features at load time. the value is irrelevant; the test is for whether the variable is defined.
|
||||
DEBUG_WAIT:: whether to wait for a debugger to attach before executing `main`.
|
||||
@ -8,3 +16,5 @@ BREAK_LEVEL:: minimum log level that will trigger a breakpoint
|
||||
|
||||
JOB_THREADS:: default number of threads to spin up for job queues.
|
||||
JOB_DEPTH:: the default size of the pending work item queue for a job queue.
|
||||
|
||||
Ideally one would not resort to using these variables, but they may make debugging a little easier in some circumstances.
|
Loading…
Reference in New Issue
Block a user