dymension icon indicating copy to clipboard operation
dymension copied to clipboard

nostrip doesn't cover all flags with DYMENSION_BUILD_OPTION := nostrip when build

Open hoangdv2429 opened this issue 5 months ago • 0 comments

when we run

export DYMENSION_BUILD_OPTION="nostrip" make build

the debug infos shouldn't be strip and no flag -w -s should be pass to build command, however there is still -w -s even after build option is set.

Target:

After DYMENSION_BUILD_OPTION is set. Build command should not contain -w -s.

hoangdv2429 avatar Mar 14 '24 06:03 hoangdv2429