?? 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 + -