Skip to content

Commit

Permalink
build: pass -Wno-dev to cmake by default, the messages are not useful…
Browse files Browse the repository at this point in the history
… for users
  • Loading branch information
truemedian committed Dec 18, 2024
1 parent 4127f0f commit 819ebb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ endif #### End of gmake ####
###############################################################################

CONFIGURE_FLAGS = \
-Wno-dev \
-DCMAKE_BUILD_TYPE=$(CMAKE_BUILD_TYPE) \
-DWITH_AMALG=$(WITH_AMALG) \
-DWITH_LUA_ENGINE=$(WITH_LUA_ENGINE) \
Expand Down

0 comments on commit 819ebb6

Please sign in to comment.