Skip to content

Commit

Permalink
fix for the 3rd time
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Apr 19, 2023
1 parent 56c8200 commit 8ba3c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/wflign/deps/WFA2-lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ UNAME=$(shell uname)
CC:=$(CC)
CPP:=$(CXX)

CC_FLAGS=-Wall -g -lrt
CC_FLAGS=-Wall -g

AR=ar
AR_FLAGS=-rsc
Expand Down
2 changes: 1 addition & 1 deletion src/common/wflign/deps/WFA2-lib/system/profiler_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void timer_get_system_time(struct timespec *ts) {
ts->tv_sec = mts.tv_sec;
ts->tv_nsec = mts.tv_nsec;
#else
clock_gettime(CLOCK_REALTIME,ts);
//clock_gettime(CLOCK_REALTIME,ts);
#endif
}
/*
Expand Down

0 comments on commit 8ba3c53

Please sign in to comment.