init: revert the CodeBlocks Makefile change

This commit is contained in:
Danny Robson 2019-06-20 14:36:52 +10:00
parent 7a6abead6a
commit 96a58ed86c

View File

@ -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', '"CodeBlocks - Unix Makefiles"']},
'debug': {'vars': {'CMAKE_BUILD_TYPE': 'Debug', 'LTO': 'OFF'}, 'args': ['-G', '"Unix Makefiles"']},
'release': {'vars': {'CMAKE_BUILD_TYPE': 'Release', 'LTO': 'ON'}},
# sanitizer