@@ -149,9 +149,9 @@ fi if test "$debug" = yes; then local dflag="-g dwarf2" fi - report $asm $flags $dflag "-f$bin_fmt" -i "$gen" "$src" -o "$output"; + report $asm $flags $dflag "-f$bin_fmt" -i "$gen" -i "$PWD" "$src" -o "$output"; } comp_co() { comp_c $1 $2 "-c -fPIC"; } comp_c(){ local src=$1