Skip to content

Commit

Permalink
Trying to fix cpp-linux-arm64 job.
Browse files Browse the repository at this point in the history
  • Loading branch information
rturrado committed Dec 13, 2023
1 parent 30b79cf commit 0d9a70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -298,14 +298,14 @@ if(CMAKE_COMPILER_IS_GNUCXX)
-Wall -Wextra -Werror -Wfatal-errors
-fPIC
-Wno-error=deprecated-declarations
-Wno-maybe-uninitialized
-Wno-error=restrict
-Wno-error=sign-compare
)
elseif("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
target_compile_options(cqasm-lib-obj PRIVATE
-Wall -Wextra -Werror -Wfatal-errors
-fPIC
-Wno-maybe-uninitialized
-Wno-error=sign-compare
-Wno-error=unused-private-field
-Wno-error=unused-but-set-variable
Expand Down

0 comments on commit 0d9a70e

Please sign in to comment.