From 4aa7dc4ab65b249d36ef9f6bbfee8b842aec8348 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sun, 23 Apr 2023 21:10:33 +0300 Subject: Split disasm into procedures by the highest nibble --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index dfb8f08..2d47415 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS True) set(common_flags) set(common_debug_flags "-fsanitize=address -fno-omit-frame-pointer -O1") # Uncomment to enalbe profiler -set(common_debug_flags "${common_debug_flags} -pg") +#set(common_debug_flags "${common_debug_flags} -pg") set(common_compile_flags "-Wall -Wextra -pedantic") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${common_compile_flags} ${common_flags}") set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} ${common_debug_flags}") -- cgit v1.2.3