diff options
Diffstat (limited to 'binary/common/default.options')
-rw-r--r-- | binary/common/default.options | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binary/common/default.options b/binary/common/default.options new file mode 100644 index 0000000..9445abc --- /dev/null +++ b/binary/common/default.options @@ -0,0 +1,6 @@ +# Default ODB options file. This file is automatically loaded by the ODB +# compiler and can be used for installation-wide customizations, such as +# adding an include search path for a commonly used library. For example: +# +# -I /opt/boost_1_45_0 +# |