README.md: fx Building section rank

This commit is contained in:
Anton-Latukha 2020-09-30 17:52:58 +03:00
parent 407e30f2c3
commit 100a22d4cd
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 5 additions and 5 deletions

View File

@ -100,9 +100,9 @@ env ALL_TESTS=yes cabal v2-test
env NIXPKGS_TESTS=yes PRETTY_TESTS=1 cabal v2-test env NIXPKGS_TESTS=yes PRETTY_TESTS=1 cabal v2-test
``` ```
### Building the project #### Building the project
#### With benchmarks ##### With benchmarks
To run benchmarks: To run benchmarks:
@ -110,7 +110,7 @@ To run benchmarks:
cabal v2-bench cabal v2-bench
``` ```
#### With profiling ##### With profiling
To build `hnix` with profiling enabled: To build `hnix` with profiling enabled:
@ -119,7 +119,7 @@ cabal v2-configure --enable-tests --enable-profiling --flags=profiling
cabal v2-run hnix -- <args> +RTS -p cabal v2-run hnix -- <args> +RTS -p
``` ```
#### With full debug info ##### With full debug info
To build `hnix` for debugging, with full tracing output and stack traces: To build `hnix` for debugging, with full tracing output and stack traces:
@ -131,7 +131,7 @@ cabal v2-run hnix -- -v5 --trace <args> +RTS -xc
Note that this going to run quite slowly, but would give the most information as to what happens during parsing & evaluation. Note that this going to run quite slowly, but would give the most information as to what happens during parsing & evaluation.
### Run HNix: #### Run HNix
``` ```
cabal v2-run hnix -- --help cabal v2-run hnix -- --help
``` ```