We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746b909 commit 2a8277bCopy full SHA for 2a8277b
.travis.yml
@@ -22,6 +22,7 @@ script:
22
- make test QUIET=1 CFLAGS+="-DLFS_READ_SIZE=512 -DLFS_PROG_SIZE=512"
23
- make test QUIET=1 CFLAGS+="-DLFS_BLOCK_COUNT=1023 -DLFS_LOOKAHEAD=2048"
24
25
+ - make clean test QUIET=1 CFLAGS+="-DLFS_INLINE_MAX=0"
26
- make clean test QUIET=1 CFLAGS+="-DLFS_NO_INTRINSICS"
27
28
# compile and find the code size with the smallest configuration
0 commit comments