mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
Merge pull request #50202 from rzarzynski/wip-librbd-drop-cxx11-from-example
examples/librbd: drop -std=c++11 from CXXFLAGS Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
commit
673373f829
@ -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?=-lboost_system -lrbd -lrados
|
||||
CXX_INC?=$(LOCAL_LIBRADOS_INC)
|
||||
CXX_CC=$(CXX) $(CXX_FLAGS) $(CXX_INC) $(LOCAL_LIBRADOS)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user