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