Compile boehm gc dynamically for debug
ci/woodpecker/push/arch unknown status Details
ci/woodpecker/push/docker unknown status Details
ci/woodpecker/push/test Pipeline is pending Details
ci/woodpecker/push/build_experimental Pipeline failed Details
ci/woodpecker/push/lint Pipeline failed Details
ci/woodpecker/push/build Pipeline failed Details

Jef Roosens 2022-04-21 16:12:37 +02:00
parent dca7ccd649
commit efa67bf930
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 3 additions and 2 deletions

View File

@ -9,9 +9,10 @@ all: vieter
# =====COMPILATION=====
# Regular binary
# We force the boehm gc to be compiled dynamically because otherwise, our CI
# build breaks.
vieter: $(SOURCES)
$(V) -g -o vieter $(SRC_DIR)
$(V) -d dynamic_boehm -g -o vieter $(SRC_DIR)
# Debug build using gcc
# The debug build can't use the boehm garbage collector, as that is