From 80e36f6b8d185f2413852013856714ac58c8d354 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 23 Jun 2023 12:13:55 +0300 Subject: Minor cleanup of build-clang.bat.in --- build-clang.bat.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-clang.bat.in') diff --git a/build-clang.bat.in b/build-clang.bat.in index ce250db..dd38fc3 100644 --- a/build-clang.bat.in +++ b/build-clang.bat.in @@ -296,7 +296,7 @@ if not "_%1_" == "__" ( ) if not "_%compile_ops%_" == "__" ( - set coptions="config.cc.coptions=%compile_ops%" + set coptions="config.cc.coptions=%compile_ops:~1%" ) else ( set coptions="config.cc.coptions=-O2" ) -- cgit v1.1