[GH-ISSUE #285] Add 'd' suffix for debug build #231

Closed
opened 2026-05-05 12:00:15 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @znakeeye on GitHub (Apr 17, 2020).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/285

Originally assigned to: @jmcnamara on GitHub.

It would be nice if the cmake script would add a d suffix by default when targeting Debug. I.e.:

if(NOT CMAKE_DEBUG_POSTFIX)
  set(CMAKE_DEBUG_POSTFIX d)
endif()
Originally created by @znakeeye on GitHub (Apr 17, 2020). Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/285 Originally assigned to: @jmcnamara on GitHub. It would be nice if the `cmake` script would add a `d` suffix by default when targeting `Debug`. I.e.: ``` if(NOT CMAKE_DEBUG_POSTFIX) set(CMAKE_DEBUG_POSTFIX d) endif() ```
Author
Owner

@jmcnamara commented on GitHub (Apr 17, 2020):

I haven't had any other requests for this but if you want to submit a pull request I can review it.

<!-- gh-comment-id:615236173 --> @jmcnamara commented on GitHub (Apr 17, 2020): I haven't had any other requests for this but if you want to submit a pull request I can review it.
Author
Owner

@jmcnamara commented on GitHub (May 31, 2020):

Closing. Probably not widely useful.

<!-- gh-comment-id:636467298 --> @jmcnamara commented on GitHub (May 31, 2020): Closing. Probably not widely useful.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/libxlsxwriter#231
No description provided.