diff options
author | 2020-09-30 11:17:54 +1000 | |
---|---|---|
committer | 2020-09-30 11:17:54 +1000 | |
commit | f185ed096c1555adc108fb679b3e0a60671e0d3c (patch) | |
tree | 4f718686e8fc83881d6950c062d0e1f274e3e8b0 /docs/release/scripts/genie.lua | |
parent | eb71a8564c36fd14098bb24d7acb76b2d6e0c7dc (diff) |
0.225 Release filestag225
Diffstat (limited to 'docs/release/scripts/genie.lua')
-rw-r--r-- | docs/release/scripts/genie.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release/scripts/genie.lua b/docs/release/scripts/genie.lua index b8655c0c24b..5310e003ed8 100644 --- a/docs/release/scripts/genie.lua +++ b/docs/release/scripts/genie.lua @@ -1173,7 +1173,7 @@ configuration { "asmjs" } buildoptions_cpp { "-std=c++14", "-s DISABLE_EXCEPTION_CATCHING=2", - "-s EXCEPTION_CATCHING_WHITELIST=\"['_ZN15running_machine17start_all_devicesEv','_ZN12cli_frontend7executeEiPPc','_ZN8chd_file11open_commonEb','_ZN8chd_file13read_metadataEjjRNSt3__212basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEE','_ZN8chd_file13read_metadataEjjRNSt3__26vectorIhNS0_9allocatorIhEEEE']\"", + "-s EXCEPTION_CATCHING_WHITELIST=\"['_ZN15running_machine17start_all_devicesEv','_ZN12cli_frontend7executeEiPPc','_ZN8chd_file11open_commonEb','_ZN8chd_file13read_metadataEjjRNSt3__212basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEE','_ZN8chd_file13read_metadataEjjRNSt3__26vectorIhNS0_9allocatorIhEEEE','_ZNK19netlist_mame_device19base_validity_checkER16validity_checker']\"", } linkoptions { "-Wl,--start-group", |