AlloSphere-Research-Group / AlloSystem

AlloSystem is a cross-platform suite of C++ components for building interactive multimedia tools and applications.
http://mat.ucsb.edu/allosphere/software.php
BSD 3-Clause "New" or "Revised" License
65 stars 22 forks source link

Merged debug.sh into run.sh. #44

Closed DrewRWx closed 9 years ago

DrewRWx commented 9 years ago

@mantaraya36:

If this OK, the next step is to adapt the changes to the AlloProject run.sh.

It might be overkill, but the two possible cmake commands could be reduced to one if CMakeLists.txt switches on if ALLOSYSTEM_DEBUGGER is defined and also sets CMAKE_BUILD_TYPE based on that.

mantaraya36 commented 9 years ago

Looks great. Can you still pass options to make? I often use VERBOSE=1 in the command line.

DrewRWx commented 9 years ago

That should fix it. (Now I'm wondering how it worked before.)

mantaraya36 commented 9 years ago

Can you updated the readme to reflect this change?

DrewRWx commented 9 years ago

Done and done. Just have a couple questions: