Skip to content

Commit c2d42bd

Browse files
committed
Remove lp64 and lp32 features
1 parent 0ab0522 commit c2d42bd

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Cargo.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,3 @@ repository = "https://github.com/thejpster/tinyrlibc"
1212

1313
[build-dependencies]
1414
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-
# https://en.cppreference.com/w/cpp/language/types for more details.
24-
lp32 = []

0 commit comments

Comments
 (0)