gc: show default GC on warnings
[nit.git] / src / nc
diff --git a/src/nc b/src/nc
index 80e181a..5e5cf85 100755 (executable)
--- a/src/nc
+++ b/src/nc
 # 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`
 case $name in
-       nc) opts="";;
+       nc) opts="--clibdir ../c_src/clib";;
        nc2) opts="-p 2"; NITC="./nitc";;
        nc3) opts="-p 3"; NITC="./nitc_2";;
        nc4) opts="-p 4"; NITC="./nitc_3";;