mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
VMS: Really don't force symbol mixed case when building DSOs
This is an amendment to the september 8 commit titled "VMS: Don't force symbol mixed case when building DSOs" Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
3074514694
commit
554b4019f5
@ -1767,7 +1767,6 @@ sub vms_info {
|
||||
debug => "/DEBUG/TRACEBACK",
|
||||
release => "/NODEBUG/NOTRACEBACK"),
|
||||
lib_cflags => add("/NAMES=(AS_IS,SHORTENED)/EXTERN_MODEL=STRICT_REFDEF"),
|
||||
dso_cflags => add("/NAMES=(AS_IS,SHORTENED)"),
|
||||
# no_inst_bin_cflags is used instead of bin_cflags by descrip.mms.tmpl
|
||||
# for object files belonging to selected internal programs
|
||||
no_inst_bin_cflags => "/NAMES=(AS_IS,SHORTENED)",
|
||||
|
Loading…
Reference in New Issue
Block a user