mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-03 13:00:05 +02:00
Remove global.params.isLE.
This commit is contained in:
@@ -194,7 +194,6 @@ struct Param
|
||||
ARCH cpu; // target CPU
|
||||
OS os; // target OS
|
||||
bool is64bit; // generate 64 bit code
|
||||
bool isLE; // generate little endian code
|
||||
bool useDeprecated; // allow use of deprecated features
|
||||
bool useAssert; // generate runtime code for assert()'s
|
||||
bool useInvariants; // generate class invariant checks
|
||||
|
||||
Reference in New Issue
Block a user