Allow override java opts for build scripts

This commit is contained in:
Andrey Antukh
2024-10-14 23:16:34 +02:00
committed by Alonso Torres
parent 916f055aec
commit dbbb8e76ab
2 changed files with 9 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ rm -rf target
export NODE_ENV=production;
# Build the application
clojure -J-Xms100M -J-Xmx1000M -J-XX:+UseSerialGC -M:dev:shadow-cljs release main;
clojure -M:dev:shadow-cljs release main;
# Remove source
rm -rf target/app;