faust icon indicating copy to clipboard operation
faust copied to clipboard

flag -i (gInlineArchSwitch) has no effect for some languages

Open crop2000 opened this issue 1 year ago • 0 comments

-i only affects languages where this function can be true: https://github.com/grame-cncm/faust/blob/64b067b68ac43bb6f75c19ff9158111d70aab5c7/compiler/parser/enrobage.cpp#L145

would it make sense to restrict the -i flag use to languages where is can have a effect https://github.com/grame-cncm/faust/blob/64b067b68ac43bb6f75c19ff9158111d70aab5c7/compiler/global.cpp#L1662

right now i only know that it would have no effect when compiling to rust.

crop2000 avatar Oct 26 '24 11:10 crop2000