mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-05 20:31:01 +00:00
6 lines
215 B
Bash
Executable File
6 lines
215 B
Bash
Executable File
# 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/
|