mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-23 21:51:32 +00:00
Remove -fno-rtti
This commit is contained in:
@ -253,7 +253,6 @@ fn get_llvm_cxxflags() -> String {
|
|||||||
.split(&[' ', '\n'][..])
|
.split(&[' ', '\n'][..])
|
||||||
.filter(|word| !word.starts_with("-W"))
|
.filter(|word| !word.starts_with("-W"))
|
||||||
.filter(|word| word != &"-fno-exceptions")
|
.filter(|word| word != &"-fno-exceptions")
|
||||||
.filter(|word| word != &"-fno-rtti")
|
|
||||||
.collect::<Vec<_>>()
|
.collect::<Vec<_>>()
|
||||||
.join(" ")
|
.join(" ")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user