We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8989d commit 6c61502Copy full SHA for 6c61502
vendor/lunasvg/premake5.lua
@@ -4,6 +4,8 @@ project "lunasvg"
4
kind "StaticLib"
5
targetname "lunasvg"
6
targetdir(buildpath("mta"))
7
+ floatingpoint "Fast"
8
+ rtti "Off"
9
10
defines {
11
"LUNASVG_EXPORT",
0 commit comments