From 75be026646ecb6b4b252ba226361ab83c30e86b1 Mon Sep 17 00:00:00 2001 From: Keuin Date: Sat, 28 May 2022 17:43:10 +0800 Subject: debug flags were set incorrectly. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index bfd5079..4784e8a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(mobileqq_fp_cracker C) set(CMAKE_C_STANDARD 11) set(common_compiler_args "-Wall -Werror -Wno-unused") -set(CMAKE_CXX_FLAGS_DEBUG "${common_compiler_args} -g -ggdb -fsanitize=address -DDEBUG") +set(CMAKE_C_FLAGS_DEBUG "${common_compiler_args} -g -ggdb -fsanitize=address -DDEBUG") set(CMAKE_C_FLAGS_RELEASE "${common_compiler_args} -O3 -DNDEBUG") add_executable(fp_cracker main.c) -- cgit v1.2.3