From 6792a969dc67fde22aff2af40ec53eb36ac25eb4 Mon Sep 17 00:00:00 2001 From: Fabian Druschke Date: Mon, 17 Nov 2025 23:00:38 +0100 Subject: [PATCH] Set DNWIP_USE_DIRECT_IO to enabled by default --- src/options.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/options.h b/src/options.h index dcf39f9..7b84ad9 100644 --- a/src/options.h +++ b/src/options.h @@ -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 );