diff --git a/premake5.lua b/premake5.lua index d3d2cb2..0bec753 100644 --- a/premake5.lua +++ b/premake5.lua @@ -83,10 +83,6 @@ if os.istarget("linux") or os.istarget("darwin") then linkoptions "-pthread" end -if _OPTIONS["dev-build"] then - defines "DEV_BUILD" -end - if os.getenv("CI") then defines "CI" end