Skip to content

Commit

Permalink
Remove unnecessary flag on Windows job
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Sep 3, 2024
1 parent ce0a319 commit 0e6d5fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bin/julialauncher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@ fn run_app() -> Result<i32> {
job_info.BasicLimitInformation.LimitFlags =
windows::Win32::System::JobObjects::JOB_OBJECT_LIMIT_BREAKAWAY_OK
| windows::Win32::System::JobObjects::JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK
| windows::Win32::System::JobObjects::JOB_OBJECT_LIMIT_DIE_ON_UNHANDLED_EXCEPTION
| windows::Win32::System::JobObjects::JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE;

let job_handle = unsafe {
Expand Down

0 comments on commit 0e6d5fa

Please sign in to comment.