Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
suppress 'has no synbols' static linking warnings
During linking phase on mac OS, there are lots of 'has no synbols' warnings. The warnings indicate that those object files contained no operational code. For more details, please refer to https://stackoverflow.com/questions/4929255/building-static-libraries-on-mac-using-cmake-and-gcc#answer-4953904 cmake_build/OSX/Darwin.out/libcomm.a cmake_build/OSX/Darwin.out/libxlog.a cmake_build/OSX/Darwin.out/libapp.a cmake_build/OSX/Darwin.out/libbaseevent.a cmake_build/OSX/Darwin.out/libmars-boost.a cmake_build/OSX/Darwin.out/libstn.a cmake_build/OSX/Darwin.out/libsdt.a openssl/openssl_lib_osx/libssl.a openssl/openssl_lib_osx/libcrypto.a /Library/Developer/CommandLineTools/usr/bin/libtool: file: cmake_build/OSX/Darwin.out/libmars-boost.a(gregorian_types.cpp.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/libtool: file: cmake_build/OSX/Darwin.out/libmars-boost.a(posix_time_types.cpp.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/libtool: file: cmake_build/OSX/Darwin.out/libmars-boost.a(windows_file_codecvt.cpp.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/libtool: file: cmake_build/OSX/Darwin.out/libmars-boost.a(sp_collector.cpp.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/libtool: file: cmake_build/OSX/Darwin.out/libmars-boost.a(sp_debug_hooks.cpp.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/libtool: file: cmake_build/OSX/Darwin.out/libmars-boost.a(future.cpp.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/libtool: file: openssl/openssl_lib_osx/libssl.a(ssl_utst.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/libtool: file: openssl/openssl_lib_osx/libssl.a(t1_trce.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/libtool: file: openssl/openssl_lib_osx/libcrypto.a(async_null.o) has no symbols
- Loading branch information