ソースを参照

Test with debug builds.

Tim Burks 8 年 前
コミット
55925d91b0
1 ファイル変更2 行追加2 行削除
  1. 2 2
      Examples/Echo/PackageManager/Makefile

+ 2 - 2
Examples/Echo/PackageManager/Makefile

@@ -1,7 +1,7 @@
 
 
 all:
 all:
-	swift build -c release --product Echo
-	cp .build/release/Echo .
+	swift build -c debug --product Echo
+	cp .build/debug/Echo .
 
 
 test:	all
 test:	all
 	./Echo serve & /bin/echo $$! > echo.pid
 	./Echo serve & /bin/echo $$! > echo.pid