build.gradle: Fix missing brace

This commit is contained in:
s1lent 2020-02-06 04:36:43 +07:00
parent 158c2478e3
commit b465002c4d
No known key found for this signature in database
GPG Key ID: 0FE401DC73916B5C

View File

@ -158,6 +158,7 @@ void setupToolchain(NativeBinarySpec b)
if (useGcc) {
cfg.compilerOptions.args '-fno-devirtualize'
}
else {
cfg.compilerOptions.args '-fno-strict-vtable-pointers', '-Wno-overloaded-virtual'
}