📄 jamrules
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -