otland / forgottenserver

A free and open-source MMORPG server emulator written in C++
https://otland.net
GNU General Public License v2.0
1.56k stars 1.04k forks source link

Docker Build failing (workflow) #4696

Closed EvilHero90 closed 2 months ago

EvilHero90 commented 2 months ago

Pull Request Prelude

Changes Proposed

Increasing the max-vartrack-size because luascript.cpp has a function which exceeded the limit and thus the build failed

Issues addressed:

ranisalt commented 2 months ago
clang++: error: argument unused during compilation: '--param=max-vartrack-size=200000' [-Werror,-Wunused-command-line-argument]