Had to enable default allocator for backtrace library (for now)
This commit is contained in:
parent
6d1a32b124
commit
3ae9a418ec
@ -177,7 +177,7 @@ push-location $path_root
|
||||
$build_args += ($flag_extra_linker_flags + $linker_args )
|
||||
# $build_args += $flag_no_thread_checker
|
||||
# $build_args += $flag_dynamic_map_calls
|
||||
$build_args += $flag_default_allocator_nil
|
||||
# $build_args += $flag_default_allocator_nil
|
||||
$build_args += ($flag_max_error_count + '10')
|
||||
# $build_args += $flag_sanitize_address
|
||||
# $build_args += $flag_sanitize_memory
|
||||
@ -190,7 +190,7 @@ push-location $path_root
|
||||
$module_dll_pre_build_hash = get-filehash -path $module_dll -Algorithm MD5
|
||||
}
|
||||
|
||||
write-host $build_args
|
||||
# write-host $build_args
|
||||
|
||||
Invoke-WithColorCodedOutput -command { & $odin_compiler $build_args }
|
||||
# Invoke-WithColorCodedOutput -command { & $raddbg "$odin_compiler" "$build_args" }
|
||||
@ -255,7 +255,7 @@ push-location $path_root
|
||||
# $build_args += $flag_show_system_call
|
||||
$build_args += $flag_no_bounds_check
|
||||
$build_args += $flag_no_thread_checker
|
||||
$build_args += $flag_default_allocator_nil
|
||||
# $build_args += $flag_default_allocator_nil
|
||||
$build_args += ($flag_max_error_count + '10')
|
||||
# $build_args += $flag_sanitize_address
|
||||
# $build_args += $flag_sanitize_memory
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 04a7dbee44c86efbd27101bf7d68a934e444c1a0
|
||||
Subproject commit c5ae320436d2df6a6d5a231b94be37e59712df0a
|
Loading…
Reference in New Issue
Block a user