Revision 13507742
Added by Pierre-Loïc Garoche about 6 years ago
src/options_management.ml | ||
---|---|---|
73 | 73 |
|
74 | 74 |
let set_backend s = |
75 | 75 |
output := s; |
76 |
Backends.setup s
|
|
76 |
Backends.setup ()
|
|
77 | 77 |
|
78 | 78 |
let common_options = |
79 | 79 |
[ "-d", Arg.Set_string dest_dir, "uses the specified \x1b[4mdirectory\x1b[0m as root for generated/imported object and C files <default: .>"; |
Also available in: Unified diff
Refactored some code: optimization of machine