1
Files
lecture-operating-system-de…/c_os
2022-06-27 22:50:11 +02:00
..
2022-06-23 12:58:34 +02:00
2022-04-28 00:38:50 +02:00
2022-06-17 15:37:39 +02:00
2022-05-23 14:06:53 +02:00
2022-04-16 14:50:17 +02:00
2022-06-23 13:08:36 +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.