Преглед изворни кода

On second thought, removing Closure optimization from Node.js examples.

Göran Krampe пре 13 година
родитељ
комит
08e8f030e5
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      nodejs/benchfib/Makefile
  2. 1 1
      nodejs/hello/Makefile

+ 1 - 1
nodejs/benchfib/Makefile

@@ -1,5 +1,5 @@
 Program.js: Benchfib.st
-	../../bin/jtalkc -N -O -m Benchfib Benchfib.st Program
+	../../bin/jtalkc -N -m Benchfib Benchfib.st Program
 
 run: Program.js
 	./benchfib

+ 1 - 1
nodejs/hello/Makefile

@@ -1,5 +1,5 @@
 Program.js: Hello.st
-	../../bin/jtalkc -N -O -m Hello Hello.st Program
+	../../bin/jtalkc -N -m Hello Hello.st Program
 
 run: Program.js
 	./hello