Project

General

Profile

« Previous | Next » 

Revision f69e7ea2

Added by LĂ©lio Brun over 3 years ago

add -O -1 flag to disable fusion of conditionals

View differences:

src/options_management.ml
88 88
    )
89 89
  | _ -> real_type := s
90 90

  
91
let set_backend s =
92
  output := s;
91
let setup () =
93 92
  Backends.setup ()
94 93

  
94
let set_backend s =
95
  output := s
96

  
95 97
let common_options =
96 98
  [ "-d", Arg.Set_string dest_dir, "uses the specified \x1b[4mdirectory\x1b[0m as root for generated/imported object and C files <default: .>";
97 99
    "-I", Arg.String add_include_dir, "sets include \x1b[4mdirectory\x1b[0m";

Also available in: Unified diff