mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-02-02 21:34:16 +00:00
Minor update to debug info
This commit is contained in:
parent
f1380fb007
commit
0c5cd403d0
@ -76,7 +76,7 @@ Doing `make clean` should resolve any weird build issues.
|
||||
|
||||
## Make debug builds of the tests
|
||||
|
||||
The default build is designed not to exit on errors, and will (should) return fairly coarse error codes for any issue. This is good for a utility library, but unhelpful for debugging. The `-DDEBUG` compiler flag builds a version such that any assertion failure aborts the run and outputs file and line info. This is much more useful for tracking down deeply buried errors.
|
||||
The default build is designed not to crash on errors, and will (should) return fairly coarse error codes for any issue. This is good for a utility library, but unhelpful for debugging. The `-DDEBUG` compiler flag builds a version such that any assertion failure aborts the run and outputs file and line info. This is much more useful for tracking down deeply buried errors.
|
||||
|
||||
Each test suite can be compiled into its debug version. For example, as follows:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user