diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Rules.mak b/test/Rules.mak index dfd2d4f61..9d823d0c4 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -61,7 +61,7 @@ endif # Select the compiler needed to build binaries for your development system HOSTCC = gcc -HOSTCFLAGS = -O2 -Wall +BUILD_CFLAGS = -O2 -Wall #-------------------------------------------------------- |