Changed order of compilation of some .cpp files to prevent mysterious...
Changed order of compilation of some .cpp files to prevent mysterious Segmentation Fault(s) from appearing. * Added #ifdef VP_DEBUG to sot-h.cpp * The code inside the #ifdef VP_DEBUG of sot-h cause a segfault if ever compiled in every program using the library. Leaving it that way before full-scale tests and validation.
Showing
- CMakeLists.txt 8 additions, 0 deletionsCMakeLists.txt
- include/sot-core/sot-core-api.h 1 addition, 1 deletioninclude/sot-core/sot-core-api.h
- src/CMakeLists.txt 9 additions, 6 deletionssrc/CMakeLists.txt
- src/sot/sot-h.cpp 2 additions, 0 deletionssrc/sot/sot-h.cpp
- src/sot/sot.cpp 1 addition, 1 deletionsrc/sot/sot.cpp
- unitTesting/CMakeLists.txt 8 additions, 4 deletionsunitTesting/CMakeLists.txt
- unitTesting/main.cpp 4 additions, 0 deletionsunitTesting/main.cpp
Loading
Please register or sign in to comment