Skip to content

Commit

Permalink
Use the correct preprocessor define for release builds
Browse files Browse the repository at this point in the history
(cherry picked from commit 085149b)
  • Loading branch information
qris committed Jul 6, 2017
1 parent d379795 commit 06c9bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/backupstore/BackupFileSystem.h
Expand Up @@ -117,7 +117,7 @@ class RaidBackupFileSystem : public BackupFileSystem
#define S3_FAKE_ACCOUNT_ID 0x53336964 // 'S3id'
#define S3_CACHE_LOCK_NAME "boxbackup.cache.lock"

#ifdef NDEBUG // release
#ifdef BOX_RELEASE_BUILD
// Use a larger block size for efficiency
#define S3_NOTIONAL_BLOCK_SIZE 1048576
#else
Expand Down

0 comments on commit 06c9bae

Please sign in to comment.