Skip to content

Commit

Permalink
Removes rtti warning for c files.
Browse files Browse the repository at this point in the history
  • Loading branch information
clausqr committed Sep 6, 2023
1 parent 8516f6c commit af8c31f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ignore_no_rtti.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Import("env")

env.Append(CFLAGS=["-fno-rtti"])
3 changes: 2 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ framework = espidf
lib_deps =
esp32-camera


extra_scripts = ignore_no_rtti.py

0 comments on commit af8c31f

Please sign in to comment.