lkml.org 
[lkml]   [2018]   [Sep]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Compiler flags for libapi and libtraceevent
On Tue, Sep 11, 2018 at 04:06:46AM +0100, Ben Hutchings wrote:
> I noticed that tools/lib/api/Makefile has these conditional
> assignments, similar to tools/perf/Makefile.config:
>
> ifeq ($(DEBUG),0)
> ifeq ($(CC_NO_CLANG), 0)
> CFLAGS += -O3
> else
> CFLAGS += -O6
> endif
> endif
>
> ifeq ($(DEBUG),0)
> CFLAGS += -D_FORTIFY_SOURCE
> endif
>
> But it doesn't set DEBUG to 0 by default, and nothing under tools/perf
> exports its value of CFLAGS or DEBUG.

hum, AFAICS tools/perf/Makefile.perf exports CFLAGS:

export srctree OUTPUT RM CC CXX LD AR CFLAGS CXXFLAGS V BISON FLEX AWK

jirka

>
> tools/lib/traceevent/Makefile doesn't seem to have any logic to enable
> optimisation or Fortify.
>
> Shouldn't these libraries both have optimisations and Fortify turned on
> by default, like perf itself?
>
> Ben.
>
> --
> Ben Hutchings
> Computers are not intelligent. They only think they are.
>


\
 
 \ /
  Last update: 2018-09-13 10:05    [W:0.036 / U:0.272 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site