From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x429.google.com (mail-wr1-x429.google.com [IPv6:2a00:1450:4864:20::429]) by sourceware.org (Postfix) with ESMTPS id 354313858C74 for ; Sun, 6 Feb 2022 19:08:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 354313858C74 Received: by mail-wr1-x429.google.com with SMTP id k1so4695669wrd.8 for ; Sun, 06 Feb 2022 11:08:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=FQ1Rs9MGwU+ZsupuGF1zSUSZzNyfWIJSTu2fiULvoOk=; b=fk6+cjbZOh/ye2osiuyrkm7Tf/rgztbOucHHK/lc5eEDtML69N2xez5NPj2AWtdv37 biZZJhNx3AKkFsaGUTkuFI2t3JB2Rjv5g2OPAr25dE8L/a4wYIATZOY5MPMa7Wa0uZG6 1NYlcPifQk2ytjus8twv5x6vWJZSUkDt1pkFbDJD+vrD+RFqGYs3eXkWwBrdCBp84LOt hHcOy+CTARYHIvMtI49Gi+ZmhWKq7Wm7z0vH+Q5LQC55J7Cxfznqml8B83WnTaPsRfnV 1rFCKx3eTt4BKs5K5ePkzrzr74AyuHHlVulu1DLbaFkK/9WEe4aqJy6mZIAI1dAng/TJ KFpg== X-Gm-Message-State: AOAM532nZhvWycEV440VGT+e83t1aKcrV9l70Ba81UjXsB0ilyvhgL59 Pc5uTX1f3PYu8ca03dN5sNJsKykSGXC/CDOpA3beY1zU6Vo= X-Google-Smtp-Source: ABdhPJwT7NgSoSJHnuCga6XLBZ8//zl/GpdylDG3z5MvDU07yaBz2cfr3AkixIftwbNlaYLQ/toWBEB/qFW2uf1jsdk= X-Received: by 2002:adf:e701:: with SMTP id c1mr2444681wrm.714.1644174480161; Sun, 06 Feb 2022 11:08:00 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Mohamed Atef Date: Sun, 6 Feb 2022 21:07:48 +0200 Message-ID: Subject: Re: Compiling GCC source To: Mir Immad Cc: gcc@gcc.gnu.org X-Spam-Status: No, score=0.4 required=5.0 tests=BAYES_00, BODY_8BITS, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Feb 2022 19:08:02 -0000 Hello, Only modified files will be recompiled, won't it? =D9=81=D9=8A =D8=A7=D9=84=D8=A3=D8=AD=D8=AF=D8=8C =D9=A6 =D9=81=D8=A8=D8=B1= =D8=A7=D9=8A=D8=B1=D8=8C =D9=A2=D9=A0=D9=A2=D9=A2 =D9=A9:=D9=A0=D9=A5 =D9= =85 Mir Immad =D9=83=D8=AA=D8=A8: > Make sure to use all the cores available. > > make -j N > > e.g; make -j 8 > > > On Mon, Feb 7, 2022, 12:26 AM Mohamed Atef via Gcc > wrote: > >> Hello everyone, >> I built gcc from the repo and it took around 2 hours but I am >> wondering should I wait two hours after every modification? >> Is there any way to recompile faster. >> That's very important as we will add some files and tests for OMPD. >> Thanks >> >