Skip to content

Commit 39a0c92

Browse files
committed
stuff
1 parent 300014e commit 39a0c92

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,7 @@ jobs:
603603
if: startsWith(github.ref, 'refs/tags/')
604604
- name: build
605605
run: |
606+
echo CXX=$CXX
606607
conan remote add cppfw $MYCI_CONAN_REMOTE
607608
conan create build/conan --build=missing --user $MYCI_CONAN_USER --channel main --version $PACKAGE_VERSION
608609
- name: deploy conan package

config/rel.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ this_cxxflags += -O3
66
# when building with "g++ (Debian 12.2.0-14) 12.2.0",
77
# have't tried it with clang++. Need to remove this warning suppression when GCC is fixed.
88
$(info this_cxx = $(this_cxx))
9+
$(info CXX = $(CXX))
910
ifeq ($(this_cxx),g++)
1011
this_cxxflags += -Wno-maybe-uninitialized
1112
endif

0 commit comments

Comments
 (0)