maint: remove unused premake5 option

This commit is contained in:
6arelyFuture 2022-11-13 22:18:56 +00:00 committed by GitHub
parent 5b8e07558e
commit 911cc93f6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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