diff options
| author | Willi Ye <williye97@gmail.com> | 2015-08-24 11:35:17 +0200 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2018-11-29 12:23:46 +0100 |
| commit | 805b4489849977489e87c649ba410adf3e457f59 (patch) | |
| tree | 8156de34fe1b0384a2e088968a386da19b087410 /Makefile | |
| parent | 5bc0b09c1f65c756701f4710b0e7ffa543184e5d (diff) | |
makefile: Add --strip-debug flag
This should fix the size of qcacld-2.0 module
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -358,7 +358,7 @@ CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \ -Wbitwise -Wno-return-void $(CF) CFLAGS_MODULE = AFLAGS_MODULE = -LDFLAGS_MODULE = +LDFLAGS_MODULE = --strip-debug CFLAGS_KERNEL = AFLAGS_KERNEL = CFLAGS_GCOV = -fprofile-arcs -ftest-coverage |
