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:
parent
d355d81633
commit
754c47bdd1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user