Browse Source

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

Göran Krampe 13 years ago
parent
commit
08e8f030e5
2 changed files with 2 additions and 2 deletions
  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