1
Files
2022-07-19 15:01:52 +02:00
..
2022-07-19 15:01:52 +02:00
2022-07-19 14:47:37 +02:00
2022-07-17 21:02:33 +02:00
2022-07-19 15:01:52 +02:00
2022-07-15 01:28:18 +02:00
2022-07-19 11:25:56 +02:00
2022-07-19 04:06:37 +02:00
2022-07-15 01:28:18 +02:00
2022-07-15 01:28:18 +02:00
2022-07-04 16:17:39 +02:00

Makefile
======================================
I added the -std=c++17 flag to enable better constexpr support.

Clang Tidy
======================================
The compile_commands.json is used by clang-tidy.
To generate it from the makefile, use bear: "bear -- make".
There are two options that clang doesn't know: -mpreferred-stack-boundary=2 and -mmanual-endbr.
These should be removed from the compile_commands.json so clang-tidy won't throw errors for every file.