Skip to content

Commit

Permalink
Travis CI: Test USE_RWLOCK and MARK_BIT_PER_OBJ with static-only build
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Oct 10, 2023
1 parent 4e2a60f commit 43ef26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ jobs:
- compiler: clang
env:
- CFLAGS_EXTRA="-D MARK_BIT_PER_OBJ -D USE_RWLOCK"
- CONF_OPTIONS="--enable-cplusplus"
- CONF_OPTIONS="--enable-cplusplus --disable-shared"
- compiler: gcc
env:
- CFLAGS_EXTRA="-D _FORTIFY_SOURCE=2 -D NO_CLOCK -D POINTER_MASK=~0xf"
Expand Down

0 comments on commit 43ef26f

Please sign in to comment.