Skip to content

Commit

Permalink
Cmake: Add comments to other compiler options
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasperal committed Oct 13, 2024
1 parent dfa4c94 commit d3cc83d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ set_target_properties(rusdoom PROPERTIES
)

target_compile_options(rusdoom PRIVATE
-wx
-wcd=303
-wx # maximum warnings
-wcd=303 # ignore "303: Parameter * has been defined, but not referenced" warning
-j # treat char as signed
-ei # use 4 bytes for enum
)
Expand Down

0 comments on commit d3cc83d

Please sign in to comment.