commit 72a2fe3c7b0fd1392561eaaf640fe43c4db57cf1 parent 65c16f8c57cf4ec1adb2d3bc604a0fecb0b050f9 Author: cfillion <cfillion@users.noreply.github.com> Date: Thu, 6 Jan 2022 01:44:01 -0500 fix Linux ARM builds Diffstat:
M | CMakeLists.txt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -90,7 +90,7 @@ if(WIN32) /PDBALTPATH:%_PDB% ) else() - add_compile_options(-fstack-protector-strong -fdiagnostics-color) + add_compile_options(-fsigned-char -fstack-protector-strong -fdiagnostics-color) endif() find_package(Ruby)