Turned on passing “-X” arguments to compiler
This commit is contained in:
@@ -38,10 +38,6 @@ if not "!ARG!" == "" (
|
||||
set "JAVA_ARGS=%JAVA_ARGS% !ARG:~2!"
|
||||
goto next
|
||||
)
|
||||
if "!ARG:~0,2!" == "-X" (
|
||||
echo "TODO: need to pass arguments to all the tools somehow."
|
||||
goto next
|
||||
)
|
||||
if "!ARG!" == "--time" (
|
||||
set "KONAN_ARGS=%KONAN_ARGS% --time"
|
||||
set "JAVA_ARGS=%JAVA_ARGS% -agentlib:hprof=cpu=samples -Dkonan.profile=true"
|
||||
|
||||
Reference in New Issue
Block a user