Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 30 Aug 2017 16:20:48 +0100
From: Jorge Almeida <jjalmeida@...il.com>
To: musl@...ts.openwall.com
Subject: Re: RTC_RD_TIME

On Wed, Aug 30, 2017 at 1:55 PM, Alexander Monakov <amonakov@...ras.ru> wrote:


> although I don't understand how the quoted warning appears; I can
> produce another one with -Wsign-conversion, but not this.
>

CC=/opt/bin/musl-gcc -static
FLAGS=-Os -march=native -fomit-frame-pointer -pipe -Wall -pedantic
-falign-functions=1 -falign-jumps=1 -falign-loops=1 -fno-unwind-tables
-fdata-sections -ffunction-sections -Wl,--gc-sections
-fno-asynchronous-unwind-tables -std=c99

(CC) $(FLAGS) -o foo foo.c

Jorge

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.