diff options
author | John E. Malmberg <wb8tyw@qsl.net> | 2013-07-22 22:28:38 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-07-22 22:30:05 +0200 |
commit | a77ac42e52e3a335fe6942bd31b8bf25c2a0a947 (patch) | |
tree | fe19be3cc18a892ab72cb218a2869558294adf18 /packages | |
parent | 5880db8abd656413e1dc54881d347edaf78f1399 (diff) |
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.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/vms/build_vms.com | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/vms/build_vms.com b/packages/vms/build_vms.com index afdd657cf..bfead6cf0 100644 --- a/packages/vms/build_vms.com +++ b/packages/vms/build_vms.com @@ -390,7 +390,6 @@ $! by default. $ if f$locate(",debug,", args_lower) .lt. args_lower_len $ then $ cc_debug = "/debug/nooptimize" -$ goto arg_loop_end $ endif $! $! 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 $ then $ cc_float = "" -$ goto arg_loop_end $ endif $! $! Normally we want large file if it is available. |