diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-02 17:28:05 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-02 17:28:05 +0200 |
commit | 6a4ba5d3976f6d219400a46c634dd479bc5981a5 (patch) | |
tree | b9514fea0817906859843475fe8455070de25064 /lzo/B/generic/build_gcc.sh | |
parent | 73d3b9c032eae2074726cd3668546af1c44a8323 (diff) |
Update lzo version
Diffstat (limited to 'lzo/B/generic/build_gcc.sh')
-rwxr-xr-x | lzo/B/generic/build_gcc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lzo/B/generic/build_gcc.sh b/lzo/B/generic/build_gcc.sh index 3aaa4aa0..179d8c0f 100755 --- a/lzo/B/generic/build_gcc.sh +++ b/lzo/B/generic/build_gcc.sh @@ -10,7 +10,7 @@ UNAME_MACHINE=unknown CC="gcc -fPIC" CC="gcc -static" CC="gcc" -CFLAGS="-Wall -Wno-uninitialized -O2 -fomit-frame-pointer" +CFLAGS="-Wall -O2 -fomit-frame-pointer" # delete the next line to disable assembler support UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown |