mirror of
https://github.com/sheumann/hush.git
synced 2024-12-26 10:32:02 +00:00
Ensure consistant sort order, sed behavior, etc
-Erik
This commit is contained in:
parent
ab4e19afc6
commit
85d9d80db8
@ -52,6 +52,9 @@ TARGET_OS=linux
|
||||
HOSTCC = gcc
|
||||
HOSTCFLAGS= -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
|
||||
|
||||
# Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.
|
||||
LC_ALL:= C
|
||||
|
||||
# If you want to add some simple compiler switches (like -march=i686),
|
||||
# especially from the command line, use this instead of CFLAGS directly.
|
||||
# For optimization overrides, it's better still to set OPTIMIZATION.
|
||||
|
Loading…
Reference in New Issue
Block a user