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 708f8e8 commit 300014eCopy full SHA for 300014e
config/rel.mk
@@ -5,6 +5,7 @@ this_cxxflags += -O3
5
# TODO: compilation with -O3 currently fails with unjustified "maybe used uninitialized" error
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
ifeq ($(this_cxx),g++)
10
this_cxxflags += -Wno-maybe-uninitialized
11
endif
0 commit comments