c3c
c3c copied to clipboard
compiler segfault when building a `static-lib` with `-o somedir/...`
$ c3c static-lib test.c3 -o test/a.a
fish: Job 1, 'c3c static-lib test.c3 -o test/…' terminated by signal SIGSEGV (Address boundary error)
it doesn't crash if test/ isn't included after -o
This should work now. Please test.
Is this working now?
It does, sorry for taking so long to check