mirror of
https://codeberg.org/Freedium-cfd/web.git
synced 2026-03-11 09:04:37 +00:00
Update build script to production
This commit is contained in:
parent
9b3a045a50
commit
58c3f645d7
1 changed files with 3 additions and 2 deletions
|
|
@ -1,8 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
# pip install nuitka==1.8
|
||||
# pip install nuitka==2.0.1
|
||||
# sudo apt install patchelf ccache -y
|
||||
# sudo /usr/sbin/update-ccache-symlinks
|
||||
# export PATH="/usr/lib/ccache:$PATH"
|
||||
|
||||
python3 -m nuitka --standalone --nofollow-import-to=pytest --python-flag=nosite,-O,isolated --plugin-enable=anti-bloat,implicit-imports,data-files,pylint-warnings --warn-implicit-exceptions --warn-unusual-code --prefer-source-code --include-package=uvicorn.workers --verbose --show-modules --show-memory --show-progress --show-scons server # --low-memory
|
||||
python3 -m nuitka --standalone --nofollow-import-to=pytest --python-flag=nosite,-O,isolated --plugin-enable=anti-bloat,implicit-imports,data-files,pylint-warnings --warn-implicit-exceptions --warn-unusual-code --prefer-source-code --include-package=uvicorn.workers --include-package=sentry_sdk.integrations server
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue