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

Remove unsupported flag from clang #4698

Closed ranisalt closed 2 months ago

ranisalt commented 2 months ago

Pull Request Prelude

Changes Proposed

4696 introduces an issue, adding a flag that clang++ does not support:

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