X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=ekGnVFEPEaE9Rtcw Pz1nzYphTmS9cB2ZA7JSjEwAd5Q8kUTewXBV17/xO1RNUTzoyf3jHLJM845vcuLY 2w1hvTDNU8ESSRwNf9KsU+wmHQy8hE2SeM8c0ENlApzUclpsVTqMC7mF7Om3EZ7M xn46/eHd6+mL3WKf14PBfGqXET4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=lQOQ2prbXwbog+5yCNoEJf dVtD0=; b=G5blBcHcHs7XUWlcb6RrVRN56OdnTacIUq6FPZbBemsjEnAMtm2fuy UVYXp1+uAwXziIRuFffsi58Ti4EdJZzwTPanPTajHm/6N3AeY3f7IedY0dEKr4Qw X97qFHuTal2o9gTpY5jwNDpRnJyNtErtaFygzJZFznz3/eud+8Cow= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=donmez, Donmez, ismail, Ismail X-HELO: limerock01.mail.cornell.edu X-CornellRouted: This message has been Routed already. Subject: Re: Deterministic builds To: cygwin AT cygwin DOT com References: From: Ken Brown Message-ID: <258af4b4-e1f0-171c-4b94-772603038fde@cornell.edu> Date: Wed, 4 May 2016 13:39:56 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Cornell-Gauge: Gauge=XXXXX X-IsSubscribed: yes On 5/4/2016 1:21 PM, Ismail Donmez wrote: > You can easily disable this feature: > > latte ~ > gcc -Wl,--no-insert-timestamp hello.c > latte ~ > objdump -p a.exe | grep Time/Date > Time/Date Thu Jan 1 03:31:53 1970 > latte ~ > gcc -Wl,--no-insert-timestamp hello.c > latte ~ > objdump -p a.exe | grep Time/Date > Time/Date Thu Jan 1 03:31:53 1970 Thank you! That's exactly what I was looking for. Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple