Skip to content

Commit f3a418a

Browse files
committed
Disable Built-in Math library in TizenRT config
JSRemoteTest-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
1 parent 2e968bf commit f3a418a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

jstest/resources/configs/tizenrt-jerryscript-release.config

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -677,10 +677,8 @@ CONFIG_STDIO_BUFFER_SIZE=64
677677
CONFIG_STDIO_LINEBUFFER=y
678678
CONFIG_NUNGET_CHARS=2
679679
CONFIG_LIB_HOMEDIR="/"
680-
CONFIG_LIBM=y
680+
# CONFIG_LIBM is not set
681681
# CONFIG_NOPRINTF_FIELDWIDTH is not set
682-
CONFIG_LIBC_FLOATINGPOINT=y
683-
CONFIG_LIBC_FLOATPRECISION=6
684682
CONFIG_LIBC_SCANSET=y
685683
# CONFIG_NOPRINTF_LONGLONG_TO_ASCII is not set
686684
CONFIG_LIBC_IOCTL_VARIADIC=y

0 commit comments

Comments
 (0)