Switch to using gcc instead of clang

This commit is contained in:
2023-11-04 14:24:22 +00:00
parent 833ee11a4e
commit 6fb5418314
2 changed files with 1 additions and 1 deletions
Regular → Executable
View File
Regular → Executable
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
CC=clang
CC=gcc
AR=ar
CFLAGS="-c -fPIC -Wall -Werror -pedantic -O3 -Iinclude -Ic-cpp-aliases"
SRC="src/cpath.c"