0.3.0; add compile config for no nan tagging (for CI, mainly)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
workspace "wren-cli"
|
||||
configurations { "Release", "Debug" }
|
||||
configurations { "Release", "Debug", "64bit-no-nan-tagging" }
|
||||
platforms { "64bit", "32bit" }
|
||||
defaultplatform "64bit"
|
||||
location ("../" .. _ACTION)
|
||||
@@ -13,6 +13,9 @@ workspace "wren-cli"
|
||||
defines { "NDEBUG" }
|
||||
optimize "Full"
|
||||
|
||||
filter "platforms:64bit-no-nan-tagging"
|
||||
defines { "WREN_NAN_TAGGING=0" }
|
||||
|
||||
filter "platforms:32bit"
|
||||
architecture "x86"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user