Compile boehm gc dynamically for debug
Some checks failed
ci/woodpecker/push/arch unknown status
ci/woodpecker/push/docker unknown status
ci/woodpecker/push/test Pipeline is pending
ci/woodpecker/push/build_experimental Pipeline failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/build Pipeline failed
Some checks failed
ci/woodpecker/push/arch unknown status
ci/woodpecker/push/docker unknown status
ci/woodpecker/push/test Pipeline is pending
ci/woodpecker/push/build_experimental Pipeline failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/build Pipeline failed
This commit is contained in:
parent
dca7ccd649
commit
efa67bf930
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue