Skip to content

Commit

Permalink
Fix windows constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoolioh committed Nov 6, 2024
1 parent ff7f624 commit 1dd3c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/src/arch/windows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub const PROF_STATIC_LIB_FFI: &str = "datadog_profiling_ffi.lib";
pub const PROF_PDB_FFI: &str = "datadog_profiling_ffi.pdb";
pub const REMOVE_RPATH: bool = false;
pub const BUILD_CRASHTRACKER: bool = false;
pub const RUSTFLAGS: [&str] = [
pub const RUSTFLAGS: [&str; 4] = [
"-C",
"relocation-model=pic",
"-C",
Expand Down

0 comments on commit 1dd3c90

Please sign in to comment.