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 3f88569 commit 890c715Copy full SHA for 890c715
tools/build.py
@@ -120,7 +120,7 @@ def generate_build_options(arguments):
120
build_options.append('-DFEATURE_PROFILE=%s' % PROFILE)
121
122
build_options.append('-DFEATURE_DEBUGGER=%s' % arguments.jerry_debugger)
123
- build_options.append('-DFEATURE_DEBUGGER_PORT=%s' % arguments.jerry_debugger_port)
+ build_options.append('-DFEATURE_DEBUGGER_PORT=%d' % arguments.jerry_debugger_port)
124
build_options.append('-DFEATURE_SNAPSHOT_EXEC=%s' % arguments.snapshot_exec)
125
build_options.append('-DFEATURE_SNAPSHOT_SAVE=%s' % arguments.snapshot_save)
126
build_options.append('-DFEATURE_SYSTEM_ALLOCATOR=%s' % arguments.system_allocator)
0 commit comments