build: attempt to fix std::type_info issue
Build / build (push) Failing after 7m25s

This commit is contained in:
2026-06-19 12:48:20 -03:00
parent 6aeb90cc82
commit 045b2b1698
+1 -1
View File
@@ -14,7 +14,7 @@ if(MSVC)
add_compile_definitions(_AMD64_)
endif()
else()
add_compile_options(-m64)
add_compile_options(-m64 -fabi-version=0 -frtti)
endif()
project(hex-unlocked LANGUAGES CXX)