diff --git a/build b/build old mode 100644 new mode 100755 diff --git a/compile b/compile old mode 100644 new mode 100755 index 71622a7..b2a4cb7 --- a/compile +++ b/compile @@ -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"