damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

README (865B)


      1 Generated by flatcc
      2  
      3 Keep checked in - needed by flatcc to generate binary schema.
      4 
      5 NOTE TO CONTRIBUTORS: DO NOT EDIT THESE FILES BY HAND
      6 
      7 If you need to change anything here, it is done in the code generator,
      8 possibly followed by running `reflection/generate_code.sh` from the
      9 project root. But please only do this for testing do not include the
     10 generated files in a pull request unless agreed otherwise, and if so,
     11 do it in a separate commit.
     12 
     13 Normally new reflection code is generated during a release which also
     14 updates the version number in comments and there is no reason to update
     15 reflection on every commit unless it breaks something fundamentally.
     16 
     17 There is a build option `FLATCC_REFLECTION` to disable reflection which
     18 is helpful while making changes that affect the content of these files
     19 in a way that would prevent the flatcc compiler from building.