Skip to content

Commit 5bbdae1

Browse files
committed
chore: readme update
1 parent 7c50d2f commit 5bbdae1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,12 @@ The build system for fpgen is GNU make. The following targets are available:
3333
`uninstall` | uninstalls the headers
3434
`docs` | generates the documentation using doxygen
3535
`test` | builds and runs the tests
36+
`test-clang` | builds and runs the tests using `clang++`*
3637
`clean` | cleans up test builds and documentation
3738
`coverage` | builds and runs the tests, then generates a coverage report
3839

40+
*: clang requires `-stdlib=libc++` for both compilation and linking.
41+
3942
Some targets provide parameters you can overload:
4043

4144
Parameter name | Usage | Default value | Applicable targets

0 commit comments

Comments
 (0)