Przeglądaj źródła

Remove flags to be like other Crystal setups (#2925)

* Remove unnecessary --no-debug flag

* Removes production flag
Faustino Aguilar 8 lat temu
rodzic
commit
fa1e5e6ce3
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      frameworks/Crystal/amber/setup.sh

+ 2 - 2
frameworks/Crystal/amber/setup.sh

@@ -2,9 +2,9 @@
 
 fw_depends postgresql crystal
 
-shards install --production
+shards install
 
-crystal build --release --no-debug src/amber.cr
+crystal build --release src/amber.cr
 
 for i in $(seq 1 $(nproc --all)); do
   ./amber &