Skip to content

Commit

Permalink
no werror
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-haoze committed Mar 2, 2023
1 parent aa095c3 commit 6671d2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ set(MPS_PARSER_PATH "${BIN_DIR}/${MPS_PARSER}")

if (NOT MSVC)
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
set(COMPILE_FLAGS -Wall -Wextra -Werror -MMD -Qunused-arguments ) #-Wno-deprecated
set(COMPILE_FLAGS -Wall -Wextra -MMD -Qunused-arguments ) #-Wno-deprecated
else()
set(COMPILE_FLAGS -Wall -Wextra -Werror -MMD ) #-Wno-deprecated
set(COMPILE_FLAGS -Wall -Wextra -MMD ) #-Wno-deprecated
endif()
set(RELEASE_FLAGS ${COMPILE_FLAGS} -O3) #-Wno-deprecated
endif()
Expand Down

0 comments on commit 6671d2c

Please sign in to comment.