ocaml-obuild / obuild

simple package build system for ocaml
BSD 2-Clause "Simplified" License
55 stars 20 forks source link

do not call set_target_options when just parsing -g -pg #170

Closed andyli closed 6 years ago

andyli commented 6 years ago

(set_target_options "library-debugging" true) () and (set_target_options "library-profiling" true)() were being called even if no flag was given...

jeromemaloberti commented 6 years ago

Well spotted, thank you.