Switch to using gcc instead of clang

This commit is contained in:
Abdelrahman Said 2023-11-04 14:24:22 +00:00
parent 833ee11a4e
commit 6fb5418314
2 changed files with 1 additions and 1 deletions

0
build Normal file → Executable file
View File

2
compile Normal file → Executable file
View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
CC=clang CC=gcc
AR=ar AR=ar
CFLAGS="-c -fPIC -Wall -Werror -pedantic -O3 -Iinclude -Ic-cpp-aliases" CFLAGS="-c -fPIC -Wall -Werror -pedantic -O3 -Iinclude -Ic-cpp-aliases"
SRC="src/cpath.c" SRC="src/cpath.c"