Skip to content

Commit 300014e

Browse files
committed
stuff
1 parent 708f8e8 commit 300014e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/rel.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ this_cxxflags += -O3
55
# TODO: compilation with -O3 currently fails with unjustified "maybe used uninitialized" error
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.
8+
$(info this_cxx = $(this_cxx))
89
ifeq ($(this_cxx),g++)
910
this_cxxflags += -Wno-maybe-uninitialized
1011
endif

0 commit comments

Comments
 (0)