twister: remove CMAKE_EXPORT_COMPILE_COMMANDS=1
The -DCMAKE_EXPORT_COMPILE_COMMANDS=1 is removed from twisterlib.py as it is now always set by the Zephyr build system. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
parent
f643b8b369
commit
41c25a2de4
1 changed files with 0 additions and 3 deletions
|
@ -2154,9 +2154,6 @@ class CMake():
|
|||
f'-G{self.generator}'
|
||||
]
|
||||
|
||||
if self.cmake_only:
|
||||
cmake_args.append("-DCMAKE_EXPORT_COMPILE_COMMANDS=1")
|
||||
|
||||
args = ["-D{}".format(a.replace('"', '')) for a in args]
|
||||
cmake_args.extend(args)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue