WIP added test config for no inline files

This commit is contained in:
Christopher Haster
2018-04-10 16:15:37 -05:00
parent 6af43aec5b
commit 0e4eb788fe

View File

@@ -22,6 +22,7 @@ script:
- make test QUIET=1 CFLAGS+="-DLFS_READ_SIZE=512 -DLFS_PROG_SIZE=512"
- make test QUIET=1 CFLAGS+="-DLFS_BLOCK_COUNT=1023 -DLFS_LOOKAHEAD=2048"
- make clean test QUIET=1 CFLAGS+="-DLFS_INLINE_MAX=0"
- make clean test QUIET=1 CFLAGS+="-DLFS_NO_INTRINSICS"
# compile and find the code size with the smallest configuration