Guest User

Untitled

a guest
Mar 4th, 2016
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.82 KB | None | 0 0
  1. pushd ./pybind/rados; CPPFLAGS="-iquote \"$(readlink -f ../../include)\" -D__CEPH__ -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D__STDC_FORMAT_MACROS -D_GNU_SOURCE -DGTEST_USE_OWN_TR1_TUPLE=0 -D_REENTRANT " CFLAGS="-iquote \"$(readlink -f ../../include)\" -Wall -Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith  -fno-strict-aliasing -fsigned-char -rdynamic -O2 -g -pipe -Wall -Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -fPIE -fstack-protector  -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free  -g -Wno-unused-parameter" LDFLAGS="-L$(readlink -f ../../.libs) -Wl,--as-needed  -Wl,-z,relro -Wl,-z,now  -latomic_ops " CYTHON_BUILD_DIR="$(readlink -f ../../build)" /usr/bin/python3 ./setup.py build --build-base "$(readlink -f ../../src/)/build" --verbose; popd
Add Comment
Please, Sign In to add comment