mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-14 03:30:36 +00:00
fixing build
This commit is contained in:
@@ -117,7 +117,7 @@ fn main() -> anyhow::Result<()> {
|
||||
}
|
||||
|
||||
#[cfg(debug_assertions)]
|
||||
fn enable_build_sanitizers_in_debug() {
|
||||
pub(crate) fn enable_build_sanitizers_in_debug() {
|
||||
println!("cargo:rustc-link-arg=-fsanitize=address");
|
||||
println!("cargo:rustc-link-arg=-fsanitize=undefined");
|
||||
println!("cargo:rustc-link-arg=-static-libsan");
|
||||
|
||||
Reference in New Issue
Block a user