Skip to content

Commit 6c61502

Browse files
committed
Revert "Remove unnecessary premake options (#2379)"
Revert requested by @Lpsd on #svg-graphics channel This reverts commit 8d800eb.
1 parent 8d8989d commit 6c61502

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vendor/lunasvg/premake5.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ project "lunasvg"
44
kind "StaticLib"
55
targetname "lunasvg"
66
targetdir(buildpath("mta"))
7+
floatingpoint "Fast"
8+
rtti "Off"
79

810
defines {
911
"LUNASVG_EXPORT",

0 commit comments

Comments
 (0)