mirror of https://github.com/google/oss-fuzz.git
Fix open62541 build (#6085)
* Fix open62541 build Use a Debug build instead of RelWithDebSymbols. * Disable honggfuzz for open62541
This commit is contained in:
parent
ebc2852f0a
commit
3c9ca9b304
|
@ -27,7 +27,7 @@ cd $WORK/open62541
|
|||
# <= 600 FATAL
|
||||
# > 600 No LOG output
|
||||
|
||||
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DUA_ENABLE_AMALGAMATION=OFF \
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug -DUA_ENABLE_AMALGAMATION=OFF \
|
||||
-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 \
|
||||
-DBUILD_SHARED_LIBS=OFF -DUA_BUILD_EXAMPLES=OFF -DUA_LOGLEVEL=600 \
|
||||
-DUA_ENABLE_ENCRYPTION=ON \
|
||||
|
|
|
@ -5,8 +5,11 @@ auto_ccs:
|
|||
- "julius.pfrommer@gmail.com"
|
||||
- "chris_paul.iatrou@tu-dresden.de"
|
||||
- "ari.breitkreuz@gmail.com"
|
||||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
- afl
|
||||
sanitizers:
|
||||
- address
|
||||
- undefined
|
||||
- memory
|
||||
- address
|
||||
- undefined
|
||||
- memory
|
||||
main_repo: 'https://github.com/open62541/open62541.git'
|
||||
|
|
Loading…
Reference in New Issue