forked from larsch/ocra
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Memoize output_executable method and integrate into build_exe method
- Add memoization to the existing output_executable method for improved performance. - The output_executable method checks for Ocran.output_override and appends "-debug" to the filename if Ocran.debug is enabled, then changes the extension to ".exe". - Replace the executable variable in build_exe method with the memoized output_executable method. - Added comments to clarify the special handling of the debug mode in the output_executable method.
- Loading branch information
Showing
1 changed file
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters