Projects STRLCPY graphql-engine Commits 4a582532
🤬
  • ■ ■ ■ ■
    server/graphql-engine.cabal
    skipped 70 lines
    71 71   -fexpose-all-unfoldings
    72 72   -- Use O1 over O2, as (as of writing) it improves compile times a little, without
    73 73   -- hurting performance:
    74  - -O1
     74 + -O2
    75 75   -- This seems like a better default for us, lowering memory residency without
    76 76   -- impacting compile times too much, though it does increase binary size:
    77 77   -funfolding-use-threshold=640
    skipped 1284 lines
Please wait...
Page is in error, reload to recover