Skip to content
  • Charles Jacobsen's avatar
    Turn off interprocedural optimizations only on nested async function. · 7bd16ea6
    Charles Jacobsen authored
    Rather than do -fno-ipa-sra and -fno-ipa-cp (no interprocedural
    analysis that removes unused arguments, constant propagation, etc.),
    we can just turn it off on the function (thc_nested_async) that we
    really care about. In this way also, libasync users don't need to
    worry about setting these compiler flags.
    7bd16ea6