lib: add Int::enumerate_*
[nit.git] / src / nc
diff --git a/src/nc b/src/nc
index c6845f6..5e5cf85 100755 (executable)
--- a/src/nc
+++ b/src/nc
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 NITC="../c_src/nitc"
-NITCOPTS= #"-I parser -I metamodel -I syntax -I compiling -I tmp"
+NITCOPTS="-v -W"
 CSRC=$( (cd ../c_src; pwd) )
 
 name=`basename $0`