Skip to content

Commit

Permalink
Disable over-verbose warnings and enable useful ones
Browse files Browse the repository at this point in the history
  • Loading branch information
Syllo committed Apr 4, 2022
1 parent 3105e32 commit b4165e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/optimization_flags.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
set(ADDITIONAL_DEBUG_COMPILE_OPTIONS
"-Wall"
#"-Wpedantic"
#"-Wextra"
"-Wextra"
"-Waddress"
"-Waggressive-loop-optimizations"
#"-Wcast-qual"
"-Wcast-align"
#"-Wcast-align"
"-Wbad-function-cast"
"-Wmissing-declarations"
"-Wmissing-parameter-type"
Expand Down

0 comments on commit b4165e6

Please sign in to comment.