jamrules
来自「良好的代码实现」· 代码 · 共 19 行
TXT
19 行
# Bayes++ top level Jamrules# Set some important global variables if they haven't already been set by the# user on the command-line or in the environment# BOOST_ROOT must be set to the root of the Boost installation.# Bayes++ targets will want $(BOOST) in their #include path.BOOST ?= [ root-paths $(BOOST_ROOT) : [ PWD ] ] ;# Build variant to allow testing with a local boost_CVS versionvariant boost_CVS_debug : debug : <include>"../../boost_CVS" ;variant boost_CVS_release : release : <include>"../../boost_CVS" ;# Build variant for full compiler optimizationvariant hardoptimize_release : release : <gcc><*><cxxflags>"-fforce-mem -fomit-frame-pointer -foptimize-sibling-calls -finline-limit=2000" ;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?