Skip to content

Commit

Permalink
rust: Fix warning_level=everything case
Browse files Browse the repository at this point in the history
xclaesse committed Apr 24, 2024
1 parent 44c279a commit 4703b48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mesonbuild/compilers/rust.py
Original file line number Diff line number Diff line change
@@ -43,6 +43,7 @@ class RustCompiler(Compiler):
'1': [],
'2': [],
'3': ['-W', 'warnings'],
'everything': ['-W', 'warnings'],
}

# Those are static libraries, but we use dylib= here as workaround to avoid

0 comments on commit 4703b48

Please sign in to comment.