]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
android: Re-enable optimization
authorKevin Cernekee <cernekee@gmail.com>
Mon, 12 Feb 2018 01:02:04 +0000 (17:02 -0800)
committerKevin Cernekee <cernekee@gmail.com>
Mon, 12 Feb 2018 03:39:14 +0000 (19:39 -0800)
commitd7f20b2b2633147e465cc5a6d87c486b7ccb5338
tree63c2ae3d07a0d5424fe127a2c803c0016475a4f9
parentc040f2f734308dd979de7e74afeaf5069c611249
android: Re-enable optimization

The introduction of $(EXTRA_CFLAGS) in commit 00f0b80e4befe4
("android: Build ARM with -march=armv7-a") inadvertently overrode the
default "-O2 -g" CFLAGS.  Fixing this + enabling Thumb reduces the ARM
libopenconnect.so from ~3.5MB to ~1.9MB.

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
android/Makefile