diff options
| author | John Camp <jjcamp@gmail.com> | 2016-11-15 19:50:29 -0500 |
|---|---|---|
| committer | John Camp <jjcamp@gmail.com> | 2016-11-15 19:50:29 -0500 |
| commit | 46761d7e340eca3302a4b66137463f3902a8a30a (patch) | |
| tree | eb93740f5881fc9bbbf9217d5c999082d5bfa2ff | |
| parent | 51b98484d751aabf48842dbdd92158ebb1b740d1 (diff) | |
| download | vcpkg-46761d7e340eca3302a4b66137463f3902a8a30a.tar.gz vcpkg-46761d7e340eca3302a4b66137463f3902a8a30a.zip | |
Return to C7 debugging output
| -rw-r--r-- | ports/pdcurses/portfile.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/pdcurses/portfile.cmake b/ports/pdcurses/portfile.cmake index 93cc146f7..4c43e68d2 100644 --- a/ports/pdcurses/portfile.cmake +++ b/ports/pdcurses/portfile.cmake @@ -15,7 +15,6 @@ set(PDC_NMAKE_CWD ${SOURCE_PATH}/win32) set(PDC_PDCLIB ${SOURCE_PATH}/win32/pdcurses) file(READ ${SOURCE_PATH}/win32/vcwin32.mak PDC_MAK) -string(REPLACE "-Z7" "-ZI -Fdpdcurses.pdb" PDC_MAK ${PDC_MAK}) string(REPLACE " -pdb:none" "" PDC_MAK ${PDC_MAK}) string(REPLACE "/MACHINE:IX86 " "" PDC_MAK ${PDC_MAK}) file(WRITE ${SOURCE_PATH}/win32/vcpkg.mak ${PDC_MAK}) |
