X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=make.sh;h=1f95bcf593d5824856bf83e51bd355a2315c2a85;hb=c4d4a265b71124ad0e8588601cfc1d66aca84b96;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