mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2025-02-25 18:55:23 -06:00
Use 'size -B' instead of 'size -G' to determine BSS size.
The -G option is a relatively recent addition, so fails on older systems (issue #11).
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
#include "string.h"
|
||||
|
||||
#define DEBUG 0
|
||||
#define DEBUG 1
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Constants
|
||||
|
||||
Reference in New Issue
Block a user