Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

New Runtime Features #145

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixes
RossComputerGuy committed May 25, 2017
commit 23e79347186a22cc1ea88228e4a2c1447092baf8
8 changes: 4 additions & 4 deletions SConstruct
Original file line number Diff line number Diff line change
@@ -38,10 +38,10 @@ config = {
'-Wno-unused-parameter',
'-fdiagnostics-color',
'-D__runtime_js__',
'-DRT_INC_ADDR_SPACE=\<kernel/x64/address-space-x64.h\>',
'-DRT_INC_CPU=\<kernel/x64/cpu-x64.h\>',
'-DRT_INC_IO=\<kernel/x64/io-x64.h\>',
'-DRT_INC_IRQ=\<kernel/x64/irq-x64.h\>',
'-DRT_INC_ADDR_SPACE=<kernel/x64/address-space-x64.h>',
'-DRT_INC_CPU=<kernel/x64/cpu-x64.h>',
'-DRT_INC_IO=<kernel/x64/io-x64.h>',
'-DRT_INC_IRQ=<kernel/x64/irq-x64.h>',
'-DRUNTIMEJS_PLATFORM_X64',
]),
"release": set([