Debug the try compile stuff by not deleting the files
| 452 | |
| 453 | //! Debug the try compile stuff by not deleting the files |
| 454 | bool GetDebugTryCompile() const { return this->DebugTryCompile; } |
| 455 | void DebugTryCompileOn() { this->DebugTryCompile = true; } |
| 456 | |
| 457 | /** |
no outgoing calls
no test coverage detected