X-Git-Url: http://deadsoftware.ru/gitweb?p=dsw-obn.git;a=blobdiff_plain;f=make.sh;h=286e5ff578a2f1b1586217a09e1931abaa63a860;hp=fe43cd6eec9c87e79c7779006915f7aeba8d6932;hb=c3449e207b5e1e85ecea55975163a4dc6b986962;hpb=b752043cfbb49243ca3727dbfc9be5b614a8c9c2 diff --git a/make.sh b/make.sh index fe43cd6..286e5ff 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 *.c