1
0
Jelajahi Sumber

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

Göran Krampe 13 tahun lalu
induk
melakukan
08e8f030e5
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  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