Set DNWIP_USE_DIRECT_IO to enabled by default

This commit is contained in:
Fabian Druschke
2025-11-17 23:00:38 +01:00
parent 4150dddd84
commit 6792a969dc

View File

@@ -38,6 +38,7 @@
#define MAX_DRIVE_PATH_LENGTH 200 // e.g. /dev/sda is only 8 characters long, so 200 should be plenty.
#define DEFAULT_SYNC_RATE 100000
#define PATHNAME_MAX 2048
#define NWIPE_USE_DIRECT_IO
/* Function prototypes for loading options from the environment and command line. */
int nwipe_options_parse( int argc, char** argv );