From bf5ecd0e0d5e0accb3be5e730d9f0062ddd2ac70 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sat, 28 Jun 2025 20:56:11 -0400 Subject: [PATCH] adjust build script to odin_sectr.exe (renamed when compiler builds) --- scripts/build.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.ps1 b/scripts/build.ps1 index f4c7b40..9020eba 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -118,7 +118,7 @@ $msvc_link_default_base_address = 0x180000000 push-location $path_root $update_deps = join-path $path_scripts 'update_deps.ps1' - $odin_compiler = join-path $path_odin 'odin.exe' + $odin_compiler = join-path $path_odin 'odin_sectr.exe' function Invoke-WithColorCodedOutput { param( [scriptblock] $command ) & $command 2>&1 | ForEach-Object { @@ -212,7 +212,7 @@ push-location $path_root # $build_args += $flag_optimize_minimal $build_args += $flag_optimize_speed # $build_args += $falg_optimize_aggressive - $build_args += $flag_debug + # $build_args += $flag_debug $build_args += $flag_pdb_name + $pdb $build_args += $flag_subsystem + 'windows' # $build_args += $flag_show_system_calls