Skip to content

Commit

Permalink
Sorting working
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg committed Aug 12, 2024
1 parent bce7107 commit c8fe57d
Show file tree
Hide file tree
Showing 5 changed files with 666 additions and 856 deletions.
2 changes: 1 addition & 1 deletion build_helper.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

cd native
bazel build -c opt _meds_reader.so meds_reader_convert
bazel build -c dbg _meds_reader.so meds_reader_convert
cd ..

rm -f src/meds_reader/_meds_reader* src/meds_reader/meds_reader_convert*
Expand Down
2 changes: 1 addition & 1 deletion native/binary_version.hh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#pragma once

const int CURRENT_BINARY_VERSION = 1;
const int CURRENT_BINARY_VERSION = 2;
Loading

0 comments on commit c8fe57d

Please sign in to comment.