On Tue, Jan 8, 2013 at 9:58 AM, Magnus Melander <[email protected]> wrote:
> I'm using > compile.using :other=>['-encoding', 'iso-8859-1'] > which I guess would be in your case: > compile.using :other=>['-XDignore.symbol.file=true'] > > but maybe there is another way? > Correct, that's the only way to pass non-standard (read: non-supported) options. alex
