Skip to content
Snippets Groups Projects
Commit 5a9c1de0 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: setup detectors with ccache

parent 36d44b38
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,7 @@ if __name__ == '__main__':
detector=proj),
'&&',
'cmake -B /tmp/build -S /tmp/det -DCMAKE_CXX_STANDARD=17',
'-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache',
'-DCMAKE_INSTALL_PREFIX={prefix}'.format(prefix=prefix),
'&&',
'cmake --build /tmp/build -j$(($(($(nproc)/4))+1)) -- install']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment