We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c50d2f commit 5bbdae1Copy full SHA for 5bbdae1
README.md
@@ -33,9 +33,12 @@ The build system for fpgen is GNU make. The following targets are available:
33
`uninstall` | uninstalls the headers
34
`docs` | generates the documentation using doxygen
35
`test` | builds and runs the tests
36
+ `test-clang` | builds and runs the tests using `clang++`*
37
`clean` | cleans up test builds and documentation
38
`coverage` | builds and runs the tests, then generates a coverage report
39
40
+*: clang requires `-stdlib=libc++` for both compilation and linking.
41
+
42
Some targets provide parameters you can overload:
43
44
Parameter name | Usage | Default value | Applicable targets
0 commit comments