brendan-rius / jupyter-c-kernel

Minimal Jupyter C kernel
MIT License
574 stars 144 forks source link

Remove cflags, ldflags & args before running #56

Closed teimor closed 2 months ago

teimor commented 5 years ago

In order the solve Issue-55, When comment line with cflags, ldflags & args is detected it will be cleared before the build & run of the code (only affect the temperate file).

This fix doesn’t affect the interface code and don't remove the line. The fix just leaves empty line in the temperate file so if the code has other compilation error the line number won't be affected.