Added bjam command line switch to compile with memory-mapped data structures. Aperently this doesn't work on MacOS X.

This commit is contained in:
Ulrich Germann 2013-10-28 21:56:13 +00:00
parent d33f235230
commit 480cc683d8

View File

@ -73,7 +73,7 @@ $(TOP)//boost_iostreams ;
#generic//generic mm//mm
alias headers-to-install : [ glob-tree *.h ] ;
alias headers-to-install : [ glob-tree [^.]*.h ] ;
import testing ;