aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Yakimowich-Payne <jyapayne@gmail.com>2018-07-11 13:54:37 +0900
committerJoey Yakimowich-Payne <jyapayne@gmail.com>2018-07-11 13:54:37 +0900
commit15ba47946822a80d034c247c3f22b350d4651d74 (patch)
tree655f923dea4d075d958ff60579854ce570926f41
parent685081b6a99c0022e29863e8d70bd873d7fe5876 (diff)
downloadnimgen-15ba47946822a80d034c247c3f22b350d4651d74.tar.gz
nimgen-15ba47946822a80d034c247c3f22b350d4651d74.zip
Remove removestatic from readme
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7f3f256..40f7556 100644
--- a/README.md
+++ b/README.md
@@ -138,8 +138,6 @@ 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
-```removestatic``` = 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