Commit 13fe7946 authored by Eric Duminil's avatar Eric Duminil
Browse files

More flags

parent 043a55a0
...@@ -6,3 +6,6 @@ CompileFlags: ...@@ -6,3 +6,6 @@ CompileFlags:
- -mlongcalls - -mlongcalls
- -free - -free
- -mtext-section-literals - -mtext-section-literals
- -fstrict-volatile-bitfields
- -fno-tree-switch-conversion
...@@ -39,3 +39,6 @@ update: ## Update PIO ...@@ -39,3 +39,6 @@ update: ## Update PIO
monitor: ## Monitor ESP output monitor: ## Monitor ESP output
pio device monitor --filter colorize pio device monitor --filter colorize
compiledb: ## Creates compilation DB, e.g. for Clang LSP
pio run -t compiledb
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment