diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c96c91d9e6b23e3a5068e906ab677c7b2e8e08a..29d8935bb9051d53c759d7d6bbce98604e3414cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ if(NOT DAP_INT128_SUPPORT) message("[!] INT128 DISABLED") add_definitions(-DDAP_DISABLE_INT128) else() - message("[!] INT128 ENABLED") +# message("[!] INT128 ENABLED") # add_definitions(-DDAP_DISABLE_INT128=FALSE) endif(NOT DAP_INT128_SUPPORT)