Closed andyli closed 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...
(set_target_options "library-debugging" true) ()
(set_target_options "library-profiling" true)()
Well spotted, thank you.
(set_target_options "library-debugging" true) ()
and(set_target_options "library-profiling" true)()
were being called even if no flag was given...