Opened 5 years ago

Closed 4 years ago

#911 closed request (fixed)

allow multiple arguments to yat-config

Reported by: Peter Owned by: Peter
Priority: minor Milestone: yat 0.17
Component: build Version: trunk
Keywords: Cc:

Description

I noticed that yat-config exists immediately when finding some options. --cxx for example triggers an immediate exit. I see no reason why not change that so one can issue something like

yat-config --cxx --cppflags --cxxflags

In the current implementation that would output

c++

in my configuration, while I would expect something like

c++ -pthread -g -O3

The --help and different versions of --version could probably be as is.

Change History (2)

comment:1 Changed 4 years ago by Peter

Owner: changed from Jari Häkkinen to Peter
Status: newaccepted

comment:2 Changed 4 years ago by Peter

Resolution: fixed
Status: acceptedclosed

In 3800:

allow multiple arguments in yat-config. closes #911

Note: See TracTickets for help on using tickets.