streamly icon indicating copy to clipboard operation
streamly copied to clipboard

Repurpose the streamk build flag

Open harendra-kumar opened this issue 3 years ago • 0 comments

Currently this flag enables USE_STREAMK_ONLY cpp macro. We should remove all usage of that macro.

Use the streamk build flag to disable rewrite-rules instead i.e. enable the DISABLE_FUSION macro when using this flag. Make sure that we disable all rewrite rules when this macro is used. This way we can test the code paths that kick in when rewrite rules do not fire.

harendra-kumar avatar Jul 25 '22 20:07 harendra-kumar

Fixes:https://github.com/composewell/streamly/issues/1737

rnjtranjan avatar Aug 11 '22 08:08 rnjtranjan