diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-05-16 14:25:42 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-06-03 13:26:45 -0400 |
commit | acf04b3059ec89b0b1132d8bf8cc28be18325b00 (patch) | |
tree | 8131d55f70d88bc9e17c53a8feac10be672598ff /board/bf527-ad7160-eval | |
parent | 1b48f126d640d1262d53553bbc68a689b87564eb (diff) | |
download | u-boot-acf04b3059ec89b0b1132d8bf8cc28be18325b00.tar.gz |
Blackfin: boards: build zlib dir with -O2
Now that the zlib code has been relocated to a dedicated subdir, make
sure we still build it with -O2 for boards that want speed over size.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/bf527-ad7160-eval')
-rw-r--r-- | board/bf527-ad7160-eval/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/bf527-ad7160-eval/config.mk b/board/bf527-ad7160-eval/config.mk index 799a6828ac..b3ed337887 100644 --- a/board/bf527-ad7160-eval/config.mk +++ b/board/bf527-ad7160-eval/config.mk @@ -25,3 +25,4 @@ CFLAGS_lib += -O2 CFLAGS_lib/lzma += -O2 +CFLAGS_lib/zlib += -O2 |