mostly done; helgrind issue not fixed
This commit is contained in:
parent
b1b32525a5
commit
6d65af5288
9 changed files with 381 additions and 231 deletions
15
Makefile
15
Makefile
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue