AlloSphere-Research-Group / allolib

Library for interactive multimedia application development
BSD 3-Clause "New" or "Revised" License
36 stars 15 forks source link

-v flag does not help in run.sh script #5

Closed kybr closed 6 years ago

kybr commented 6 years ago

To support debugging we need to see the compile and linker lines. However, ./run.sh -v does not show these. What is -v for if not to show this information?

mantaraya36 commented 6 years ago

Added info to script. No arguments or -h display usage

kybr commented 6 years ago

This did not address the issue I raised. I don't know how other developers are working, but I need to see the compiler and linker lines. ./run.sh -v does not help with this, even after the update above. Please see Using CMake with GNU Make: How can I see the exact commands?. I've fixed this here:

https://github.com/AlloSphere-Research-Group/allolib/commit/66c8dd4d9bc26d8759f8830e1718e6e6e273146b

mantaraya36 commented 6 years ago

Thanks!