We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300014e commit 39a0c92Copy full SHA for 39a0c92
.github/workflows/ci.yml
@@ -603,6 +603,7 @@ jobs:
603
if: startsWith(github.ref, 'refs/tags/')
604
- name: build
605
run: |
606
+ echo CXX=$CXX
607
conan remote add cppfw $MYCI_CONAN_REMOTE
608
conan create build/conan --build=missing --user $MYCI_CONAN_USER --channel main --version $PACKAGE_VERSION
609
- name: deploy conan package
config/rel.mk
@@ -6,6 +6,7 @@ this_cxxflags += -O3
6
# when building with "g++ (Debian 12.2.0-14) 12.2.0",
7
# have't tried it with clang++. Need to remove this warning suppression when GCC is fixed.
8
$(info this_cxx = $(this_cxx))
9
+$(info CXX = $(CXX))
10
ifeq ($(this_cxx),g++)
11
this_cxxflags += -Wno-maybe-uninitialized
12
endif
0 commit comments