martinus / nanobench

Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20
https://nanobench.ankerl.com
MIT License
1.43k stars 82 forks source link

Remove dangling 'compile_commands.json' symlink #88

Closed helmesjo closed 1 year ago

helmesjo commented 1 year ago

I'm currently packaging nanobench for build2, but I've run into a problem with the dangling compile_commands.json symlink since build2 does not tolerate this (or more specifically, the git commands with specific optimization flags that build2 executes).

Could this file be removed, or a dummy-one created in build/compile_commands.json (which should just be overwritten when it's generated)?

Thanks!

martinus commented 1 year ago

Hi, that can be removed, is just there to help my ide. I'll remove it

helmesjo commented 1 year ago

@martinus Great! Could there also be a patch-release done? I'd like to preferably target a specific tag for the package.

martinus commented 1 year ago

I'll create a new version this weekend

martinus commented 1 year ago

kids are asleep so I could do it now :smile: Released v4.3.11