Add threaded -O3 build mode

This commit is contained in:
wgulian3
2020-03-20 18:15:49 -04:00
parent 1c82f9a11d
commit 902aa685b1
4 changed files with 23 additions and 3 deletions

View File

@@ -15,7 +15,8 @@ int main(int argc, char **argv)
#define ALL_TESTS
#ifdef ALL_TESTS
bool passed = true;
std::string tests[NUM_TESTS] = {
std::string tests[NUM_TESTS] = {
"../../emulator/riscv_tests/rv32ui-p-add.hex",
"../../emulator/riscv_tests/rv32ui-p-addi.hex",
"../../emulator/riscv_tests/rv32ui-p-and.hex",