Skip to content

Fix passing arbitrary args to compiler

Jakub Bartmiński requested to merge j4b6ski into main

Only prepend cwd to the arg if it actually is a path. This allows passing actual compile arguments that are not additional files.

Merge request reports