mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
Makefile
This commit is contained in:
parent
897f18026a
commit
d13e6983b5
1 changed files with 6 additions and 2 deletions
8
Makefile
8
Makefile
|
|
@ -24,8 +24,7 @@ build/cpu.js: src/*.macro.js
|
|||
|
||||
# Used for nodejs builds and in order to profile code.
|
||||
# `debug` gives identifiers a readable name, make sure it doesn't have any side effects.
|
||||
#CLOSURE_READABLE=--formatting PRETTY_PRINT --debug
|
||||
CLOSURE_READABLE=--formatting PRETTY_PRINT
|
||||
CLOSURE_READABLE=--formatting PRETTY_PRINT --debug
|
||||
|
||||
CLOSURE_SOURCE_MAP=\
|
||||
--source_map_format V3\
|
||||
|
|
@ -41,6 +40,11 @@ CLOSURE_FLAGS=\
|
|||
--language_in ECMASCRIPT5_STRICT
|
||||
|
||||
|
||||
TRANSPILE_ES6_FLAGS=\
|
||||
--language_in ECMASCRIPT6_STRICT\
|
||||
--language_out ECMASCRIPT5_STRICT\
|
||||
|
||||
|
||||
CORE_FILES=const.js io.js main.js lib.js fpu.js ide.js pci.js floppy.js memory.js\
|
||||
dma.js pit.js vga.js ps2.js pic.js rtc.js uart.js hpet.js acpi.js\
|
||||
state.js ne2k.js virtio.js bus.js log.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue