init: revert the CodeBlocks Makefile change
This commit is contained in:
parent
7a6abead6a
commit
96a58ed86c
2
init.py
2
init.py
@ -11,7 +11,7 @@ OPTIONS = {
|
|||||||
'clang': {'vars': {'CMAKE_CXX_COMPILER': 'clang++', 'CMAKE_C_COMPILER': 'clang'}},
|
'clang': {'vars': {'CMAKE_CXX_COMPILER': 'clang++', 'CMAKE_C_COMPILER': 'clang'}},
|
||||||
|
|
||||||
# profile
|
# 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'}},
|
'release': {'vars': {'CMAKE_BUILD_TYPE': 'Release', 'LTO': 'ON'}},
|
||||||
|
|
||||||
# sanitizer
|
# sanitizer
|
||||||
|
Loading…
Reference in New Issue
Block a user