Remove now unnecessary undefines

This commit is contained in:
Dan Balasescu 2024-10-24 19:19:00 +09:00
parent 69c7e23842
commit 04c71afe67
No known key found for this signature in database
1 changed files with 0 additions and 5 deletions

View File

@ -287,11 +287,6 @@ base_command = [
"--undefine-macro=__unix",
"--undefine-macro=__unix__",
"--undefine-macro=__APPLE__",
# GCC and LLVM use `long int` => int64, whereas MSVC uses `long long int` => int64.
# In terms of C# code gen, it's more accurate if we disable these to force LL, so
# that they're transformed to longs instead of ints.
"--undefine-macro=__LP64__",
"--undefine-macro=_LP64",
]