[Git][cmucl/cmucl][issue-437-find-self] Set debug_lisp_search back to FALSE for the default
Raymond Toy pushed to branch issue-437-find-self at cmucl / cmucl Commits: 6b7e97da by Raymond Toy at 2025-10-28T15:55:07-07:00 Set debug_lisp_search back to FALSE for the default We had set it to true for debugging, so set it back to false now. - - - - - 1 changed file: - src/lisp/lisp.c Changes: ===================================== src/lisp/lisp.c ===================================== @@ -115,7 +115,7 @@ getcwd_or_die(char* buf, size_t size) } /* Set this to see how we're doing our search */ -int debug_lisp_search = TRUE; +int debug_lisp_search = FALSE; /* * Define this to get some debugging printfs for searching for the View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/6b7e97dab39899eb3a8a8a07... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/6b7e97dab39899eb3a8a8a07... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)