Tidied up Makefile; fixed compile commands not generating
This commit is contained in:
parent
584bcb94d1
commit
7c43bcb2d8
2 changed files with 20 additions and 12 deletions
|
|
@ -5,9 +5,6 @@ if (NOT CMAKE_BUILD_TYPE)
|
|||
set(CMAKE_BUILD_TYPE Release)
|
||||
endif()
|
||||
|
||||
# Create compile_commands.json
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
|
||||
# =====COMPILER=====
|
||||
set(CMAKE_C_COMPILER "clang-10")
|
||||
|
|
|
|||
Reference in a new issue