mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 07:58:28 +02:00
📎 Allow specify the build optimization leven using env vars.
This commit is contained in:
parent
03e6a187c5
commit
c57219a356
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
:jvm-opts ["-Xmx700m" "-Xms100m" "-XX:+UseSerialGC" "-XX:-OmitStackTraceInFastThrow"]
|
:jvm-opts ["-Xmx700m" "-Xms100m" "-XX:+UseSerialGC" "-XX:-OmitStackTraceInFastThrow"]
|
||||||
:dev-http {8888 "classpath:public"}
|
:dev-http {8888 "classpath:public"}
|
||||||
|
|
||||||
|
|
||||||
:builds
|
:builds
|
||||||
{:main
|
{:main
|
||||||
{:target :browser
|
{:target :browser
|
||||||
|
@ -33,6 +32,7 @@
|
||||||
goog.debug.LOGGING_ENABLED true}
|
goog.debug.LOGGING_ENABLED true}
|
||||||
:compiler-options
|
:compiler-options
|
||||||
{:fn-invoke-direct true
|
{:fn-invoke-direct true
|
||||||
|
:optimizations #shadow/env ["PENPOT_BUILD_OPTIMIZATIONS" :as :keyword :default :advanced]
|
||||||
:source-map true
|
:source-map true
|
||||||
:elide-asserts true
|
:elide-asserts true
|
||||||
:anon-fn-naming-policy :off
|
:anon-fn-naming-policy :off
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue