Ludovic J
Ludovic J
right, I guess the same logic should be applied to compiler-rt recipe too
I am really interested by this too :pray:
I am also using `wlopm` to blank the screen after 10 minutes (although the errors are not correlated with the timeout of swayidle): ```bash swayidle -w \ timeout 600 'wlopm...
if you are using cmake, try using compile_commands.json instead of .ccls, e.g. `set(CMAKE_EXPORT_COMPILE_COMMANDS ON)` either way, I don't think ccls will interpret commands in a .ccls file, your issue is...