Skip to content

Commit

Permalink
use ftrivial-auto-var-init=pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
martinus committed Sep 2, 2023
1 parent 928f3d4 commit fd9054a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,9 @@ if compiler.get_id() == 'clang'
'-fsanitize-undefined-trap-on-error',
'-fsanitize=undefined,address,fuzzer',
'-fno-sanitize=thread',
'-ftrivial-auto-var-init=pattern',
'-g',
'-isystem', '/usr/lib64/clang/14.0.0/include/',
#'-isystem', '/usr/lib64/clang/14.0.0/include/',
]
fuzz_link_args = [
'-fsanitize=undefined,address,fuzzer',
Expand Down

0 comments on commit fd9054a

Please sign in to comment.