diff options
author | Craig A. Berry <craigberry@mac.com> | 2013-06-13 14:48:57 -0500 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2013-06-13 14:48:57 -0500 |
commit | 9152021db0fe677bcc7f8460e5d5419a79462abc (patch) | |
tree | 4e4db51cbd18b74b06703d901ebdb55c7d5c61cd /vms/descrip_mms.template | |
parent | 5f3789aabfaf43d0b9aacbc4e2bf168d1db0e9f2 (diff) | |
download | perl-9152021db0fe677bcc7f8460e5d5419a79462abc.tar.gz |
Eliminate macro for OpenVMS debugger [perl #118447].
We need to do whatever the configuration says we are doing via
$Config{dbgprefix} and/or $Config{usevmsdebug} for extension
building to work, so it makes sense for the top-level build to
also base what it is doing on the configuration choice rather
than on the special invocation of MMK with /MACRO=__DEBUG__=1.
So this patch makes the top-level build do what we've configured
to do and eliminates the instruction to use the macro.
Diffstat (limited to 'vms/descrip_mms.template')
-rw-r--r-- | vms/descrip_mms.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 7ccc84b2c8..16773aa944 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -34,6 +34,7 @@ ~FLAGS~ ~LARGEFILE~ ~ARCHNAME~ +~USEVMSDEBUG~ #: >>>>> Architecture-specific options <<<<< .ifdef IXE |