mostly done; helgrind issue not fixed

This commit is contained in:
Semere M. Mebrahtom 2026-04-02 19:53:23 +02:00
parent b1b32525a5
commit 6d65af5288
Signed by: semere
GPG key ID: 7FC937214DF30488
9 changed files with 381 additions and 231 deletions

View file

@ -6,17 +6,10 @@ INCLUDES = coders/codexion.h
OBJS = $(SRCS:.c=.o)
CC = cc
CFLAGS = -Wall -Wextra -Werror -pthread -g -fsanitize=thread
# CFLAGS = -Wall -Wextra -Werror
# number_of_coders
# time_to_burnout
# time_to_compile
# time_to_debug
# time_to_refactor
# number_of_compiles_required
# dongle_cooldown
# scheduler
ARGS = 4 800 200 100 10 3 0 edf
# CFLAGS = -Wall -Wextra -Werror -pthread -g -fsanitize=thread
CFLAGS = -Wall -Wextra -Werror
ARGS = 4 800 200 100 10 3 0 fifo
all: $(NAME)