Created by: nilayvaish
…tically.
We currently initialize dynamo_options at the time of declaration. This is not required since the initialization is same as default_options variable. Instead, we now copy the default_options to dynamo_options in the function options_init(). This saves about 27,020 bytes of space.
Before: -r-xr-xr-x 1 nilayvaish eng 2594134 Nov 24 23:37 blaze-bin/third_party/dynamorio/libdynamorio.a
After: -r-xr-xr-x 1 nilayvaish eng 2567114 Nov 25 12:32 blaze-bin/third_party/dynamorio/libdynamorio.a
Issue: #2717