We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dfa8ac commit 284e725Copy full SHA for 284e725
1 file changed
src/Makefile
@@ -244,7 +244,7 @@ INCLUDE += $(LIBTIRPC_CFLAGS)
244
# Compilation options. Perhaps some of these should come from Makefile.inc? (CXXFLAGS now does)
245
INTEGER_OVERFLOW_FLAGS := -fwrapv
246
OPT := -Os $(INTEGER_OVERFLOW_FLAGS)
247
-DEBUG := $(DEBUG) -g -Werror -Werror=all -Wstringop-truncation -Wno-stringop-truncation
+DEBUG := $(DEBUG) -g -Werror -Werror=all -Wstringop-truncation -Wno-stringop-truncation -Wno-format-truncation
248
CFLAGS := $(INCLUDE) $(OPT) $(DEBUG) $(EXTRA_DEBUG) -DULAPI -std=gnu11 -Werror=implicit-function-declaration $(CFLAGS) $(CPPFLAGS)
249
CXXFLAGS := $(INCLUDE) $(EXTRA_DEBUG) -DULAPI $(DEBUG) $(OPT) -Werror=overloaded-virtual $(CXXFLAGS) $(CPPFLAGS)
250
CXXFLAGS += -std=gnu++17
0 commit comments