We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab0522 commit c2d42bdCopy full SHA for c2d42bd
Cargo.toml
@@ -12,13 +12,3 @@ repository = "https://github.com/thejpster/tinyrlibc"
12
13
[build-dependencies]
14
cc = "1.0"
15
-
16
-[features]
17
-# Set this feature to assume a C `long` is 64-bits (i.e. the C compiler uses
18
-# the LP64 model, rather than the LLP64, ILP32 or LP32 models). See
19
-# https://en.cppreference.com/w/cpp/language/types for more details.
20
-lp64 = []
21
-# Set this feature to assume a C `int` is 16-bits (i.e. the C compiler uses
22
-# the LP32 model, rather than the LP64, LLP64 or ILP32 models). See
23
24
-lp32 = []
0 commit comments