X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=make.sh;h=1f95bcf593d5824856bf83e51bd355a2315c2a85;hb=e763da864f7330c2b53029782c6b0d85543eb4d2;hp=fe43cd6eec9c87e79c7779006915f7aeba8d6932;hpb=b752043cfbb49243ca3727dbfc9be5b614a8c9c2;p=dsw-obn.git diff --git a/make.sh b/make.sh index fe43cd6..1f95bcf 100755 --- a/make.sh +++ b/make.sh @@ -2,4 +2,4 @@ set -e -cc -g -Wall -Werror -std=c11 *.c +cc -g -Wall -Werror -std=c11 -lgccjit -lgc *.c