Skip to content

Commit

Permalink
Fix noisy warnings with clang
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin authored and john-preston committed Nov 25, 2022
1 parent 2c86aa9 commit 0ff8f97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions options_linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ INTERFACE
-fPIC
$<$<NOT:$<CONFIG:Debug>>:-fno-strict-aliasing>
-pipe
)

target_compile_options_if_exists(common_options
INTERFACE
-Wall
-Wextra
-Wno-unused-parameter
Expand Down

0 comments on commit 0ff8f97

Please sign in to comment.