mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-17 03:50:03 +02:00
CMakeLists.txt: remove -Werror flag for GNU compilers.
This commit is contained in:
parent
f5d733a4f1
commit
6273b048bb
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ set( CMAKE_CXX_EXTENSIONS OFF )
|
|||
|
||||
# c++ flags
|
||||
add_compile_options(
|
||||
"$<$<CXX_COMPILER_ID:GNU>:-Werror;-Wall;-Wconversion;-Wno-sign-conversion;-Wextra>"
|
||||
"$<$<CXX_COMPILER_ID:GNU>:-Wall;-Wconversion;-Wno-sign-conversion;-Wextra>"
|
||||
"$<$<CXX_COMPILER_ID:MSVC>:/W3;-D_CRT_SECURE_NO_WARNINGS=1>"
|
||||
|
||||
# Debug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue