merge order and static linking
This commit is contained in:
parent
a0e6e7fd11
commit
4648ee8be2
2 changed files with 9 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -22,6 +22,10 @@ debug:
|
||||||
release:
|
release:
|
||||||
nimble build '-d:ssl --cc:clang -d:release'
|
nimble build '-d:ssl --cc:clang -d:release'
|
||||||
|
|
||||||
|
.PHONY: static
|
||||||
|
static:
|
||||||
|
nimble build '-d:ssl --gcc.exe:/usr/bin/musl-gcc --gcc.linkerexe:/usr/bin/musl-gcc --opt:size --passL:-static -d:release'
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -f ./${BIN}
|
rm -f ./${BIN}
|
||||||
|
|
|
@ -59,3 +59,8 @@
|
||||||
Please check the message here. It's also pinned in \#storechat
|
Please check the message here. It's also pinned in \#storechat
|
||||||
response2:
|
response2:
|
||||||
https://discord.com/channels/704394060390989834/705659616347815977/931975339473793084
|
https://discord.com/channels/704394060390989834/705659616347815977/931975339473793084
|
||||||
|
- command: merge
|
||||||
|
response: >-
|
||||||
|
If you want to merge orders, or forgot to place an order for parts, please
|
||||||
|
DM one of the admins and they can sort you out.
|
||||||
|
response2: ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue