diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-12-30 15:32:08 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-12-30 15:32:08 -0500 |
| commit | 4b11f1b2b63effe71ddac5aac0879c1512057e8b (patch) | |
| tree | bffaa7a510f33e5738f7ed982543f4e7483f7589 /tomo.c | |
| parent | 091f43e8ef18ee82d5b4932b45a00ab44f9a677d (diff) | |
Compile with thread support
Diffstat (limited to 'tomo.c')
| -rw-r--r-- | tomo.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ static OptionalText_t autofmt = Text("sed '/^\\s*$/d' | indent -kr -l100 -nbbo - cflags = Text("-Werror -fdollars-in-identifiers -std=gnu11 -Wno-trigraphs -fsanitize=signed-integer-overflow -fno-sanitize-recover" " -fno-signed-zeros -fno-finite-math-only -fno-signaling-nans -fno-trapping-math" " -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -D_DEFAULT_SOURCE -fPIC -ggdb" + " -DGC_THREADS" " -I$HOME/.local/share/tomo/installed"), ldlibs = Text("-lgc -lgmp -lm -ltomo"), ldflags = Text("-Wl,-rpath='$ORIGIN',-rpath=$HOME/.local/share/tomo/lib -L. -L$HOME/.local/share/tomo/lib"), |
