summaryrefslogtreecommitdiffstats
path: root/cmake/toolchain/x86_generic_clang.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/toolchain/x86_generic_clang.cmake')
-rw-r--r--cmake/toolchain/x86_generic_clang.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/toolchain/x86_generic_clang.cmake b/cmake/toolchain/x86_generic_clang.cmake
index 108f9c4..696568e 100644
--- a/cmake/toolchain/x86_generic_clang.cmake
+++ b/cmake/toolchain/x86_generic_clang.cmake
@@ -6,5 +6,3 @@ set(CMAKE_ASM_NASM_OBJECT_FORMAT elf32)
set(CMAKE_CXX_COMPILER clang++)
set(CMAKE_CXX_COMPILER_TARGET i686)
-
-set(CMAKE_CXX_FLAGS_DEBUG_INIT "-Wextra -ggdb -g3 -O0")