We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53c2be commit c6968e3Copy full SHA for c6968e3
Makefile
@@ -76,7 +76,6 @@ BUILD_NAME:=
76
BUILD_NAME:=$(BUILD_NAME)-LOG-$(LOG)
77
endif
78
79
- # Date system calls
80
# Fill error messages for builtin error objects
81
ifneq ($(ERROR_MESSAGES),)
82
CMAKE_DEFINES:=$(CMAKE_DEFINES) -DENABLE_ERROR_MESSAGES=$(ERROR_MESSAGES)
jerry-core/CMakeLists.txt
@@ -192,7 +192,6 @@ project (JerryCore C ASM)
192
set(DEFINES_JERRY ${DEFINES_JERRY} JERRY_ENABLE_LOG)
193
endif()
194
195
196
197
if("${ENABLE_ERROR_MESSAGES}" STREQUAL "ON")
198
set(DEFINES_JERRY ${DEFINES_JERRY} JERRY_ENABLE_ERROR_MESSAGES)
0 commit comments