mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-21 17:07:04 +00:00
Update README.md with ./configure examples
This commit is contained in:
parent
3518115da9
commit
901fa19b2c
1 changed files with 9 additions and 0 deletions
|
@ -59,6 +59,15 @@ Optional configuration features (aka ./configure options):
|
||||||
use libasan with GCC and embedded ASAN with Clang
|
use libasan with GCC and embedded ASAN with Clang
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Configuration examples:
|
||||||
|
```
|
||||||
|
- Use GCC with libasan, debug info and custom CFLAGS:
|
||||||
|
./configure CC=/usr/bin/gcc --enable-asan --enable-debug CFLAGS="-Wall"
|
||||||
|
|
||||||
|
- Use Clang with ASAN and no optimizations (-O0)
|
||||||
|
./configure CC=/usr/bin/clang --enable-asan --disable-optimization
|
||||||
|
```
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
The contributing policy is simple. If you have a patch to propose, make a pull-request
|
The contributing policy is simple. If you have a patch to propose, make a pull-request
|
||||||
|
|
Loading…
Reference in a new issue