On 2016-04-13, Pavel Sanda wrote: > The recent gcc exploded with memory consumption while compiling lyx, > I can't compile monolithic build on 2GB RAM machine anymore.
I had this problem long ago (with 1GM) and since then always compile without debugging symbols: * `../lyx/configure --enable-build-type=release --with-version-suffix=-svn` or `cmake -DLYX_ENABLE_EXPORT_TESTS=ON -DLYX_RELEASE=ON -DLYX_INSTALL_PREFIX="git-" ../lyx` Günter