jupyter-xeus / xeus-cling

Jupyter kernel for the C++ programming language
BSD 3-Clause "New" or "Revised" License
3.08k stars 297 forks source link

v0.15 breaks %%executable magic #477

Open ghost opened 1 year ago

ghost commented 1 year ago

PR https://github.com/jupyter-xeus/xeus-cling/pull/467 breaks optional linker arguments. Only -fsanitize and -g are supported in v0.15 but v0.14 supports custom arguments like -l

Hind-M commented 11 months ago

Thanks for reporting this! This looks like a bug indeed and was not intentional. You can submit a fix if you feel like it :)