Skip to content

Commit 2920098

Browse files
committed
simulator : build configuration update
Since simulator and c unit tests use the same build script(build-build), sanitization options defined for c unit tests were also passed to simulator and this was causing more dependencies for simulator binary. Of course this contributes to more size. Simulator now has this sanitization options set to false to automatically avoid including them. Signed-off-by: asi345 <[email protected]>
1 parent 20547b2 commit 2920098

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
.DEFAULT_GOAL := firmware
1818
SANITIZE ?= ON
19+
simulator: SANITIZE = OFF
1920

2021
bootstrap:
2122
git submodule update --init --recursive

0 commit comments

Comments
 (0)