Merge pull request #189 from louib/format_doc

code formatting developer doc.
This commit is contained in:
PartialVolume
2020-01-12 21:37:12 +00:00
committed by GitHub

View File

@@ -111,6 +111,13 @@ through the code properly.
The `-Wall` and `-Wextra` flags enable all compiler warnings. Please submit code with zero warnings. The `-Wall` and `-Wextra` flags enable all compiler warnings. Please submit code with zero warnings.
Also make sure that your changes are consistent with the coding style defined in the `.clang-format` file, using:
```
make format
```
You will need `clang-format` installed to use the `format` command.
Once done with your coding then the released/patch/fixed code can be compiled, Once done with your coding then the released/patch/fixed code can be compiled,
with all the normal optimisations, using: with all the normal optimisations, using:
``` ```