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 14, 2023
1 parent 6eb2522 commit 79470ce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions conan/profiles/release
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ libqasm/*:build_type=Release
libqasm/*:asan_enabled=False
libqasm/*:build_tests=False
libqasm/*:compat=False

[conf]
tools.build:cxxflags=["-Wno-error=maybe-uninitialized"]
3 changes: 3 additions & 0 deletions conan/profiles/tests-release
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ libqasm/*:build_type=Release
libqasm/*:asan_enabled=True
libqasm/*:build_tests=True
libqasm/*:compat=False

[conf]
tools.build:cxxflags=["-Wno-error=maybe-uninitialized"]
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ 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
)
Expand Down
1 change: 0 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ 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
)
Expand Down

0 comments on commit 79470ce

Please sign in to comment.