set(CMAKE_CXX_COMPILER "/opt/rh/devtoolset-8/root/usr/bin/g++") nanologC++17有preprocessor和普通两种模式:前者会通过python预先展开一些代码,性更好一点,但应用代码编译时需要包含自带的makefile,比较麻烦,这里我们用后一种普通模式 解压后进入runtime, make ,会生成libNanoLog.a 然后进入sample,make,生成samp...
Resources Readme License View license Activity Stars 0 stars Watchers 0 watching Forks 0 forks Report repository Releases No releases published Packages No packages published Languages C++ 78.9% Python 16.4% Shell 2.9% Makefile 1.5% C 0.3% Footer...
To build the C++17 NanoLog Runtime library, go in the runtime directory and invoke make. This will produce ./libNanoLog.a to against link your application and a ./decompressor application that can be used to re-inflate the binary logs. When you compile your application, be sure to include...