diff --git a/CMakeLists.txt b/CMakeLists.txt index 037cf25..ebb274f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)