mirror of
https://github.com/penpot/penpot.git
synced 2025-03-28 15:41:25 -05: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"]
|
||||
:dev-http {8888 "classpath:public"}
|
||||
|
||||
|
||||
:builds
|
||||
{:main
|
||||
{:target :browser
|
||||
|
@ -33,6 +32,7 @@
|
|||
goog.debug.LOGGING_ENABLED true}
|
||||
:compiler-options
|
||||
{:fn-invoke-direct true
|
||||
:optimizations #shadow/env ["PENPOT_BUILD_OPTIMIZATIONS" :as :keyword :default :advanced]
|
||||
:source-map true
|
||||
:elide-asserts true
|
||||
:anon-fn-naming-policy :off
|
||||
|
|
Loading…
Add table
Reference in a new issue