aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Yakimowich-Payne <jyapayne@gmail.com>2018-07-08 10:03:33 +0900
committerJoey Yakimowich-Payne <jyapayne@gmail.com>2018-07-10 08:41:06 +0900
commit5321014983a5dff827cecf37392b7ee99985b738 (patch)
treec69bfe91b49134447d88bd7e278886a96df405ed
parentb32d39ad08ec630f288958c4c9e0878ab2e8677f (diff)
downloadnimgen-5321014983a5dff827cecf37392b7ee99985b738.tar.gz
nimgen-5321014983a5dff827cecf37392b7ee99985b738.zip
Add readme section about remove_static
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 40f7556..360bec5 100644
--- a/README.md
+++ b/README.md
@@ -138,6 +138,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