jgabaut / invil

A Rust implementation of amboso.
https://github.com/jgabaut/amboso
GNU General Public License v3.0
4 stars 0 forks source link

[FEATURE] Pass arguments to gcc call #43

Closed jgabaut closed 11 months ago

jgabaut commented 11 months ago

An effort should be made to be able to pass args to the cc call. See long-standing issue on amboso.

jgabaut commented 11 months ago

I doubt this will be a top priority since it's been stagnant in amboso for so long, but it may come useful later. Closing for now.

jgabaut commented 10 months ago

This was somewhat included with 0.2.0, since CFLAGS should be passed to BaseMode calls.