Skip to Content.
Sympa Menu

opal - Re: [Opal] Compiling issues (Fedora 32/gcc10)

opal AT lists.psi.ch

Subject: The OPAL Discussion Forum

List archive

Re: [Opal] Compiling issues (Fedora 32/gcc10)


Chronological Thread  
  • From: Christof Metzger-Kraus <christof.j.kraus AT gmail.com>
  • To: Rob Nagler <opal-rtnkh AT q33.us>
  • Cc: "opal AT lists.psi.ch" <Opal AT lists.psi.ch>
  • Subject: Re: [Opal] Compiling issues (Fedora 32/gcc10)
  • Date: Sun, 27 Dec 2020 17:54:31 +0100
  • Authentication-results: localhost; iprev=pass (mail-io1-f47.google.com) smtp.remote-ip=209.85.166.47; spf=pass smtp.mailfrom=gmail.com; dkim=pass header.d=gmail.com header.s=20161025 header.a=rsa-sha256; dmarc=pass header.from=gmail.com

Hi Rob,

instead of compiling with symbols first and then strip them you could compile with BUILDTYPE=Release. This has the additional advantage that the time to compile is significantly shorter.

Christof

On Sat, Dec 26, 2020 at 3:55 PM Rob Nagler <opal-rtnkh AT q33.us> wrote:
H Christof,

Thank you very much! I think symbols are the whole problem:

$ ls -lh opal
-rwxr-x--- 1 vagrant vagrant 1.3G Dec 26 14:50 opal
$ strip opal
$ ls -lh opal
-rwxr-x--- 1 vagrant vagrant 53M Dec 26 14:50 opal

That will greatly reduce our docker image.

Rob




Archive powered by MHonArc 2.6.19.

Top of Page