"v8::V8::Initialize(int)", referenced from:
_main in main-df02fe.o
"v8::V8::InitializePlatform(v8::Platform*)", referenced from:
_main in main-df02fe.o
"v8::V8::InitializeICUDefaultLocation(char const*, char const*)", referenced from:
_main in main-df02fe.o
"v8::V8::InitializeExternalStartupData(char const*)", referenced from:
_main in main-df02fe.o
total 137768
-rw-r--r-- 1 krrrunch staff 214 Jun 1 12:29 args.gn
-rw-r--r-- 1 krrrunch staff 23922 Jun 1 20:17 build.ninja
-rw-r--r-- 1 krrrunch staff 3183 Jun 1 20:17 build.ninja.d
-rwxr-xr-x 1 krrrunch staff 431628 Jun 1 20:21 bytecode_builtins_list_generator
-rwxr-xr-x 1 krrrunch staff 26017224 Jun 1 20:54 d8
drwxr-xr-x 7 krrrunch staff 224 Jun 1 20:54 gen
-rwxr-xr-x 1 krrrunch staff 1318244 Jun 1 20:36 gen-regexp-special-case
-rw-r--r-- 3 krrrunch staff 10507280 Jun 1 10:31 icudtl.dat
-rwxr-xr-x 1 krrrunch staff 29522824 Jun 1 20:54 mksnapshot
drwx------ 105 krrrunch staff 3360 Jun 1 20:54 obj
-rw-r--r-- 1 krrrunch staff 51188 Jun 1 20:54 snapshot_blob.bin
-rw-r--r-- 1 krrrunch staff 80153 Jun 1 20:17 toolchain.ninja
-rwxr-xr-x 1 krrrunch staff 2557812 Jun 1 20:21 torque
-rw-r--r-- 1 krrrunch staff 523 Jun 1 20:20 v8_build_config.json
is_component_build = false
is_debug = false
target_cpu = "x64"
use_goma = false
goma_dir = "None"
v8_enable_backtrace = true
v8_enable_disassembler = true
v8_enable_object_print = true
v8_enable_verify_heap = true
--
--
v8-dev mailing list
v8-...@googlegroups.com
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-dev+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/4111796a-c053-4f16-9bf5-a1af0b99fc14%40googlegroups.com.
# mkdir -p out/x64.release
# echo > out/x64.release/args.gn << EOF
is_component_build = false
is_debug = false
target_cpu = "x64"
use_goma = false
goma_dir = "None"
v8_enable_backtrace = true
v8_enable_disassembler = true
v8_enable_object_print = true
v8_enable_verify_heap = true
EOF
# gn gen out/x64.release
Done. Made 148 targets from 86 files in 751ms
# autoninja -C out/x64.release d8
ninja: Entering directory `out/x64.release'
[1450/1450] LINK ./d8
Done! - V8 compilation finished successfully.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-dev+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/d46f95b9-9dff-4e75-8759-5b167af7eecc%40googlegroups.com.