build_vms.com: fix debug and float options
In the reorganization of the build_vms.com the debug and float options were not fixed up correctly.
This commit is contained in:
committed by
Daniel Stenberg
parent
5880db8abd
commit
a77ac42e52
@@ -390,7 +390,6 @@ $! by default.
|
|||||||
$ if f$locate(",debug,", args_lower) .lt. args_lower_len
|
$ if f$locate(",debug,", args_lower) .lt. args_lower_len
|
||||||
$ then
|
$ then
|
||||||
$ cc_debug = "/debug/nooptimize"
|
$ cc_debug = "/debug/nooptimize"
|
||||||
$ goto arg_loop_end
|
|
||||||
$ endif
|
$ endif
|
||||||
$!
|
$!
|
||||||
$! We normally want IEEE float if it is available. Programs that are
|
$! We normally want IEEE float if it is available. Programs that are
|
||||||
@@ -400,7 +399,6 @@ $!
|
|||||||
$ if f$locate(",noieee,", args_lower) .lt. args_lower_len
|
$ if f$locate(",noieee,", args_lower) .lt. args_lower_len
|
||||||
$ then
|
$ then
|
||||||
$ cc_float = ""
|
$ cc_float = ""
|
||||||
$ goto arg_loop_end
|
|
||||||
$ endif
|
$ endif
|
||||||
$!
|
$!
|
||||||
$! Normally we want large file if it is available.
|
$! Normally we want large file if it is available.
|
||||||
|
|||||||
Reference in New Issue
Block a user