1
0
Fork 0

Removed "make debug" test from travis

- currently causes gcc4.8 to crash
  - likely due to high memory requirements in compiling generated c++
    code for debug/vcd output
This commit is contained in:
Christopher Celio 2015-09-14 15:45:50 -07:00
parent d355d81633
commit 754c47bdd1
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ script:
# build emulator
- cd ../../../emulator
- make -j 8
- make -j 8 debug
# build riscv-gcc
- cd ../riscv-tools/riscv-gnu-toolchain
- ./configure --prefix=$RISCV