Tidied up Makefile; fixed compile commands not generating

This commit is contained in:
Jef Roosens 2020-11-07 15:29:13 +01:00
parent 584bcb94d1
commit 7c43bcb2d8
2 changed files with 20 additions and 12 deletions

View file

@ -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")