Commit 1c08143c authored by Markus Koschany's avatar Markus Koschany
Browse files

Fix memory exhaustion issues on 32bit architectures.

Changes in the patch below:
- less debug info (-g1) on all 32bit architectures except i386
- optimizing for size instead of speed with -Os (MinSizeRel)
  does not help with this kind of problems, "Release" is
  appropriate to make cmake not overwrite the added -gq
- build on linux-any

Closes: #906746
Thanks: Adrian Bunk for the report and patch.
parent 55f94a7b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment