chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] [PATCH] [5] csc -static is overly static


From: Evan Hanson
Subject: Re: [Chicken-hackers] [PATCH] [5] csc -static is overly static
Date: Thu, 19 Oct 2017 12:24:02 +1300

Hi Felix,

On 2017-10-18 10:23, address@hidden wrote:
@@ -597,7 +597,6 @@ EOF
                (set! objc-mode #t) ]
               [(-static)
                (set! translate-options (cons "-static" translate-options))
-               (set! link-options (cons "-static" link-options))
                (set! static #t)]

Unless I'm mistaken this will cause "csc -static" to stop producing
static executables. I think I probably don't understand the motivation
for this change, could you elaborate?

Evan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]