Forgot that static linking breaks OpenSSL and therefore uploads, back to dynamic until I can think of a fix. Will work on it later

This commit is contained in:
2026-07-19 11:17:39 -05:00
parent 25bb0e3591
commit e8f701a43b
3 changed files with 17 additions and 9 deletions
+6 -2
View File
@@ -157,8 +157,12 @@ extern uint64_t fb_chase(void **ptrs, uint64_t steps);
# define CHASE_DETAIL "dependent-load pointer chase, 16 MiB"
#endif
#define MIN_SECONDS 2.0 /* Minimum run time. */
#define REPEATS 3 /* Number of tries. */
#ifndef MIN_SECONDS
# define MIN_SECONDS 2.0 /* Minimum run time. */
#endif
#ifndef REPEATS
# define REPEATS 3 /* Number of tries. */
#endif
/* Numbers used to calculate scores. */