This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-desktop
mirror of
https://github.com/status-im/status-desktop.git
Watch
2
Star
0
Fork
You've already forked status-desktop
0
Code
Issues
Projects
Releases
Wiki
Activity
2958a03c2c
status-desktop
/
nim.cfg
5 lines
66 B
INI
Raw
Normal View
History
Unescape
Escape
build system refactoring - unify the "build-..." targets - enable a debug build by default, to simplify development - bump vendor/DOtherSide - avoid DOtherSide checks for docs/tests-specific tools like Doxygen - switch to an in-place build for DOtherSide - silence the DOtherSide build when V=0, make it more verbose with V=1 - don't delete checked out submodules in the "clean" target - update build instructions in the README - centralise Nim compiler options in a top-level "config.nims" (except `-d:debug` which needs to be on the command line)
2020-05-25 02:18:37 +00:00
# we need to link C++ libraries
gcc.linkerexe
=
"g++"
feat(wallet) complete the filter API Bumps status-go HEAD to include required changes Updates Nim filter components and APIs to follow API changes in status-go Complete the debugging code Add TODO placeholders to be completed in follow up PRs: collectibles ... General improvements and refactoring Closes #10634
2023-05-11 07:56:55 +00:00
path
=
"src"