forked from moebiusband/NuSiF-Solver
Reformat. Merge improved solvers.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
## Build
|
||||
|
||||
1. Configure the toolchain and additional options in `config.mk`:
|
||||
1. Configure the tool chain and additional options in `config.mk`:
|
||||
```
|
||||
# Supported: GCC, CLANG, ICC
|
||||
TAG ?= GCC
|
||||
@@ -22,7 +22,7 @@ The verbosity options enable detailed output about affinity settings, allocation
|
||||
make
|
||||
```
|
||||
|
||||
You can build multiple toolchains in the same directory, but notice that the Makefile is only acting on the one currently set.
|
||||
You can build multiple tool chains in the same directory, but notice that the Makefile is only acting on the one currently set.
|
||||
Intermediate build results are located in the `<TOOLCHAIN>` directory.
|
||||
|
||||
To output the executed commands use:
|
||||
|
Reference in New Issue
Block a user