Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ matrix:

- os: linux
env:
CFLAGS="-march=x86-64"
CPPFLAGS="-march=x86-64"
CFLAGS="-march=core2 -mtune=haswell -mssse3"
CPPFLAGS="-march=core2 -mtune=haswell -mssse3"
PUBLISH=1
ORG_GRADLE_PROJECT_TILEDB_S3="ON"
ORG_GRADLE_PROJECT_TILEDB_SERIALIZATION="ON"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TILEDB_JAVA_RELEASE=false
TILEDB_GIT_REPOSITORY=https://github.com/TileDB-Inc/TileDB
TILEDB_GIT_TAG=1.6.1
TILEDB_GIT_TAG=1.6.2
TILEDB_VERBOSE=OFF
TILEDB_S3=OFF
TILEDB_HDFS=OFF
Expand Down