Add readme section about remove_static
This commit is contained in:
parent
09e5ea8f12
commit
eca296cf11
1 changed files with 2 additions and 0 deletions
|
|
@ -140,6 +140,8 @@ The following keys apply to library source code and help with generating the .ni
|
|||
|
||||
```defines``` = pulls out simple #defines of ints, floats and hex values for separate conversion [default: false] - works only when preprocess or ctags is used and helps include useful definitions in generated .nim file
|
||||
|
||||
```remove_static``` = pulls out the bodies of inline static functions [default: false]
|
||||
|
||||
```flags``` = flags to pass to the c2nim process in "quotes" [default: --stdcall]. --cdecl, --assumedef, --assumendef may be useful
|
||||
|
||||
```ppflags``` = flags to pass to the preprocessor [default: ""]. -D for gcc and others may be useful
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue