Switch to using gcc instead of clang
This commit is contained in:
parent
833ee11a4e
commit
6fb5418314
0
build
Normal file → Executable file
0
build
Normal file → Executable file
2
compile
Normal file → Executable file
2
compile
Normal file → Executable 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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user