From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x636.google.com (mail-ej1-x636.google.com [IPv6:2a00:1450:4864:20::636]) by sourceware.org (Postfix) with ESMTPS id 452D83858D3C for ; Sun, 6 Feb 2022 19:05:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 452D83858D3C Received: by mail-ej1-x636.google.com with SMTP id m4so36046085ejb.9 for ; Sun, 06 Feb 2022 11:05:24 -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=wPKbd/rjNMxpJiriOeydtQB0+32oqkxPmDfK9H3VotY=; b=EJVP50/CyAJTuk+fRcFrnvfMDD/FSgjP2D4wzvVfcioIiP+FBw9evOQp1QKOZDbamg Sn3ci9nlo7acZg2caSIw8XYHgIt03bSERbmJ2HBRs1mSDXmQJTT6YWGQWkYKZQvGN9Dv NW59SUDSZM+JLcYnppdFpH5FDepXUusk9V4fVyQWsxKDPfRYjoWigUgioo5ilvhC2ukY jZ2oDhoEmg2ia7ovjQTHtm70oqlT4R4OtctAFmQJ0ydnTCtqCegtuFGnwgcpillrjz3+ Q5OOtl1Sk/AdSuv5scb4VbAv3gYAftrMXrIshRk8V96L7x+ZE/KaEpp6GmS8GIbpMuwQ KOLw== X-Gm-Message-State: AOAM530xnvThhHNuAmOTYKPbsZ/ehsaL38nSSp0SW4Yp9o6QjvzmpsHl YscjbRzxbbRlT5hJGGd4wHsz4sloqM5QR4/Bl84= X-Google-Smtp-Source: ABdhPJyZFPDBuMcwIBjh6cTt2cviEQcRLc4a4nPLwzWEz/jI3+uJPRW+RW5iU/nEhF9N7N5Gy8MpSumSA7/gGYS5278= X-Received: by 2002:a17:906:3903:: with SMTP id f3mr7116937eje.705.1644174323231; Sun, 06 Feb 2022 11:05:23 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Mir Immad Date: Mon, 7 Feb 2022 00:35:11 +0530 Message-ID: Subject: Re: Compiling GCC source To: Mohamed Atef Cc: gcc@gcc.gnu.org X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_00, 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" 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:05:26 -0000 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 >