X-Git-Url: http://nitlanguage.org diff --git a/c_src/Makefile b/c_src/Makefile index f6d186a..694bb41 100644 --- a/c_src/Makefile +++ b/c_src/Makefile @@ -15,7 +15,7 @@ # limitations under the License. all: - sh nitc._build.sh -o nitc + sh nitc._build.sh -vv -O -o nitc clean: rm -f -- *._sav[oi].* *._sav.* || true