reverting back the debug compiler to clang

This commit is contained in:
Abhijeet Patil
2024-01-18 10:44:49 +00:00
parent 60202936fe
commit d698a7d1b1
2 changed files with 1 additions and 2 deletions

View File

@@ -271,7 +271,7 @@ jobs:
strict_string_checks=1:check_initialization_order=1:strict_init_order=1:detect_stack_use_after_return=0"
UBSAN_OPTIONS="abort_on_error=1:print_stacktrace=1"
RUSTFLAGS="-C linker=clang"
CC=gcc
CC=clang
elif [[ $BUILD_TYPE == "release" ]]; then
cov_prefix=""
CARGO_FLAGS="--locked --release"

View File

@@ -89,7 +89,6 @@ $(POSTGRES_INSTALL_DIR)/build/%/config.status:
LDFLAGS='$(LDFLAGS)' \
$(PG_CONFIGURE_OPTS) \
--prefix=$(abspath $(POSTGRES_INSTALL_DIR))/$* > configure.log)
env
# nicer alias to run 'configure'
# Note: I've been unable to use templates for this part of our configuration.