Skip to content

Commit

Permalink
Update .clangd
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Nov 19, 2024
1 parent 2f5f362 commit fc1028d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .clangd
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
CompileFlags:
# to make the compilation database, pip install compiledb, then run:
# compiledb -n --full-path make TESTMODE=ON
# make clean && compiledb -n --full-path make TESTMODE=ON
# or brew install bear, then:
# make clean && bear -- make TESTMODE=ON
CompilationDatabase: compile_commands.json
Add: [-xc++, -std=c++23, -DTESTMODE=true]

Expand Down

0 comments on commit fc1028d

Please sign in to comment.