aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rules.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/Rules.mak b/Rules.mak
index e12d4f694..24c89ce59 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -52,6 +52,9 @@ TARGET_OS=linux
52HOSTCC = gcc 52HOSTCC = gcc
53HOSTCFLAGS= -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer 53HOSTCFLAGS= -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
54 54
55# Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.
56LC_ALL:= C
57
55# If you want to add some simple compiler switches (like -march=i686), 58# If you want to add some simple compiler switches (like -march=i686),
56# especially from the command line, use this instead of CFLAGS directly. 59# especially from the command line, use this instead of CFLAGS directly.
57# For optimization overrides, it's better still to set OPTIMIZATION. 60# For optimization overrides, it's better still to set OPTIMIZATION.