Skip to content

Commit 76b6b99

Browse files
committed
removed -lc
1 parent 06201f2 commit 76b6b99

File tree

1 file changed

+1
-1
lines changed
  • compiler/ETL

1 file changed

+1
-1
lines changed

compiler/ETL/etl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ while [[ "$#" -gt 0 ]]; do
5757
shift
5858
done
5959

60-
cc -O3 "${temp_o_files[@]}" -o "$output_executable" -letl -lc "${linker_flags[@]}"
60+
cc -O3 "${temp_o_files[@]}" -o "$output_executable" -letl "${linker_flags[@]}"
6161
if [ $? -ne 0 ]; then
6262
echo "Linking failed"
6363
exit 1

0 commit comments

Comments
 (0)