Commit 48d3373c authored by Alexey Tsvetkov's avatar Alexey Tsvetkov

Minor: formatting

parent 7f5618b2
...@@ -234,7 +234,7 @@ tasks.withType(CppCompile::class.java).configureEach { ...@@ -234,7 +234,7 @@ tasks.withType(CppCompile::class.java).configureEach {
"/utf-8", "/utf-8",
"/O2", "/O2",
"/GR-" // no-RTTI. "/GR-" // no-RTTI.
) )
) )
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment