Skip to content

Commit

Permalink
DOOM: Added flag to silence warnings in newer esp-idf versions
Browse files Browse the repository at this point in the history
Darn, I thought I had finally fixed all the warnings in prboom :(
  • Loading branch information
ducalex committed Mar 9, 2022
1 parent 32e2dba commit 218b6cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prboom-go/components/prboom/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ register_component()
# but I guess we'll have to live with it in at least the prboom-go module...

rg_setup_compile_options(
-Wno-missing-field-initializers
-mfix-esp32-psram-cache-issue
-DHAVE_CONFIG_H
-O2
Expand Down

0 comments on commit 218b6cb

Please sign in to comment.