mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
disable -fPIE on windows
This commit is contained in:
parent
5e10dddd6f
commit
b23b53aa6f
@ -201,7 +201,7 @@ pub fn build_zig_host_native(
|
||||
if let Some(shared_lib_path) = shared_lib_path {
|
||||
command.args(&[
|
||||
"build-exe",
|
||||
"-fPIE",
|
||||
// "-fPIE", PIE seems to fail on windows
|
||||
shared_lib_path.to_str().unwrap(),
|
||||
&bitcode::get_builtins_windows_obj_path(),
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user