#!/bin/sh # This must be built with `make env` in the root folder # otherwises the paths will be incorrect echo "CompileFlags: Add: - \"--sysroot=$(pwd)/sysroot\" - \"-ffreestanding\" - \"-Wpedantic\" - \"-Werror\" - \"-Wall\" - \"-Wextra\" " > .clangd