From be838652fae1ee4683b62785192a58992a76d1fe Mon Sep 17 00:00:00 2001 From: Matan Breizman Date: Wed, 31 Aug 2022 18:02:18 +0000 Subject: examples: Compile with c++20 This change will apply to ubuntu only. Fixes: https://tracker.ceph.com/issues/57163 Signed-off-by: Matan Breizman --- examples/librados/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/librados/Makefile b/examples/librados/Makefile index fd61cb99803..a97d640eb1f 100644 --- a/examples/librados/Makefile +++ b/examples/librados/Makefile @@ -1,6 +1,6 @@ CXX?=g++ -CXX_FLAGS?=-std=c++11 -Wno-unused-parameter -Wall -Wextra -Werror -g +CXX_FLAGS+=-Wno-unused-parameter -Wall -Wextra -Werror -g CXX_LIBS?=-lrados -lradosstriper CXX_INC?=$(LOCAL_LIBRADOS_INC) CXX_CC=$(CXX) $(CXX_FLAGS) $(CXX_INC) $(LOCAL_LIBRADOS) -- cgit v1.2.3