Skip to content

Commit f1a8080

Browse files
pfalconTilmann Scheller
authored andcommitted
target: zephyr: Switch to MinSizeRel build type following mainline. (#1527)
Fixes #1526. JerryScript-DCO-1.0-Signed-off-by: Paul Sokolovsky [email protected]
1 parent 4f3dc2f commit f1a8080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/zephyr/Makefile.zephyr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ endif
8181
-DFEATURE_VALGRIND=OFF \
8282
-DFEATURE_PROFILE=$(JERRYPROFILE) \
8383
-DFEATURE_ERROR_MESSAGES=ON \
84-
-DCMAKE_BUILD_TYPE=Release \
84+
-DCMAKE_BUILD_TYPE=MinSizeRel \
8585
-DCMAKE_VERBOSE_MAKEFILE=$(V) \
8686
-DMEM_HEAP_SIZE_KB=$(JERRYHEAP) \
8787
-DEXTERNAL_CMAKE_C_COMPILER="$(subst ccache ,,$(CC))" \

0 commit comments

Comments
 (0)