mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
grid-config: Expose CXXLD (for GPU build) and update help
This commit is contained in:
parent
0782b76ed4
commit
4701201b5f
@ -19,6 +19,8 @@ Known values for OPTION are:
|
|||||||
--help display this help and exit
|
--help display this help and exit
|
||||||
--version output version information
|
--version output version information
|
||||||
--git print git revision
|
--git print git revision
|
||||||
|
--cxx print c++ compiler and compiler flags
|
||||||
|
--cxxld print c++ linker and linker flags
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
@ -65,6 +67,10 @@ while test $# -gt 0; do
|
|||||||
echo @GRID_CXX@
|
echo @GRID_CXX@
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
--cxxld)
|
||||||
|
echo @CXXLD@
|
||||||
|
;;
|
||||||
|
|
||||||
--ldflags)
|
--ldflags)
|
||||||
echo @GRID_LDFLAGS@
|
echo @GRID_LDFLAGS@
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user