DarkRadiant: master cc5f583d

Author Committer Branch Timestamp Parent
Matthew Mott Matthew Mott master 14.09.2021 19:08 master f2dc55ac
Changeset Avoid GCC-specific warning option in CMakeLists.txt

-Werror=return-local-addr is unrecognised with CLang. Although it would be
possible to detect the compiler and use the correct option
(-Werror=return-stack-address), it's probably better to just not have
compiler-specific flags in the build script at all.
mod - CMakeLists.txt Diff File