소스 검색

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