stack icon indicating copy to clipboard operation
stack copied to clipboard

stack-build outputs files in srcdir instead of objdir

Open mirabilos opened this issue 12 years ago • 0 comments

Severity: important

When doing a compile like $CC -o foo.o /path/to/foo.c the *.ll files will be written into the same directory as the .c file instead of the .o file.

This breaks basic source code integrity rules and must be fixed.

mirabilos avatar Nov 05 '13 13:11 mirabilos