mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 18:49:07 +00:00
6 lines
215 B
Bash
6 lines
215 B
Bash
|
# reset sanitizer and optimization flags to avoid interfering with $CFLAGS
|
||
|
export SANFLAGS=""
|
||
|
export OPTFLAGS="-O3 -march=native -gline-tables-only"
|
||
|
FUZZER=1 VALGRIND=0 make -j$(nproc) fuzzer
|
||
|
mv fuzzer/fuzzer $OUT/
|