From 7a6abead6a9067bc33eaead9e1dd1d897aeb7fc3 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Thu, 20 Jun 2019 11:45:21 +1000 Subject: [PATCH] init: use 'codeblocks' makefiles on account of CLion --- init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.py b/init.py index e5aa525..ab04c4e 100755 --- a/init.py +++ b/init.py @@ -11,7 +11,7 @@ OPTIONS = { 'clang': {'vars': {'CMAKE_CXX_COMPILER': 'clang++', 'CMAKE_C_COMPILER': 'clang'}}, # profile - 'debug': {'vars': {'CMAKE_BUILD_TYPE': 'Debug', 'LTO': 'OFF'}, 'args': ['-G', '"Unix Makefiles"']}, + 'debug': {'vars': {'CMAKE_BUILD_TYPE': 'Debug', 'LTO': 'OFF'}, 'args': ['-G', '"CodeBlocks - Unix Makefiles"']}, 'release': {'vars': {'CMAKE_BUILD_TYPE': 'Release', 'LTO': 'ON'}}, # sanitizer