GraphScope icon indicating copy to clipboard operation
GraphScope copied to clipboard

[BUG] compiler building should respect the debug/release arg parsed from makefile

Open yecol opened this issue 2 years ago • 0 comments

the makefile has an arg assigning whether it is build in debug/release mode; i.e., https://github.com/alibaba/GraphScope/blob/main/Makefile#L114

however, it seems when building compiler, it overlooked this arg, i.e., https://github.com/alibaba/GraphScope/blob/main/interactive_engine/executor/ir/compiler/build_ir_core.sh#L8

In addition, I strongly recommand we remove this bash for simplicity, just invoke cargo in the here instead.

yecol avatar Aug 05 '22 09:08 yecol