Skip to content

Commit

Permalink
Works on Epiphany again
Browse files Browse the repository at this point in the history
  • Loading branch information
kmate committed May 30, 2016
1 parent af8e6cd commit 16418dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_run_epiphany.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ do
SREC=../${f%.*}.srec

# Build DEVICE side programs
e-gcc -std=gnu99 -ffast-math -fsingle-precision-constant -I../include -T ${ELDF} ../csrc/feldspar-parallella.c $f -o ${ELF} -le-lib -lm -Os
e-gcc -std=gnu99 -ffast-math -fsingle-precision-constant -I../include -T ${ELDF} ../csrc/feldspar-parallella.c $f -o ${ELF} -le-lib -lm -O2
# Convert ebinaries to SREC files
e-objcopy --srec-forceS3 --output-target srec ${ELF} ${SREC}
done
Expand Down

0 comments on commit 16418dc

Please sign in to comment.