Browse Source

Test with debug builds.

Tim Burks 8 years ago
parent
commit
55925d91b0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Examples/Echo/PackageManager/Makefile

+ 2 - 2
Examples/Echo/PackageManager/Makefile

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