Thierry Laurion
|
907e906f01
|
Pass -O3 and -O2 (optimize for speed) to -Os (Optimize for space)
Adresses @easrentai suggestion to pass modules build optimization for space here: #590 (comment)
- Uniformized module's $(CROSS_TOOLS) being passed as environment variable, prior of ./configure call
Doesn't work for:
- busybox (HOSTCXXFLAGS="-Os" attempted prior of ./configure call)
- zlib (CFLAGS="-Os" attempted prior of ./configure call)
- npth (CFLAGS="-Os" attempted prior of ./configure call)
|
2023-03-07 18:05:39 -05:00 |
|