2
0

Statically link the mpw library.

This commit is contained in:
Maarten Billemont 2018-08-01 14:20:47 -04:00
parent 7202fe6d1d
commit 00744cb264

View File

@ -35,7 +35,7 @@ library {
}
withType( GccCompatibleToolChain ) {
eachPlatform {
cppCompiler.withArguments { addAll( ['-x', 'c', '-O3', '-std=c11', '-Werror', '-DMPW_SODIUM=1'] ) }
cppCompiler.withArguments { addAll( ['-x', 'c', '-static', '-O3', '-Werror', '-DMPW_SODIUM=1'] ) }
}
}
}