Skip to content
Snippets Groups Projects
Commit 52f611ca authored by BogdanCiocea's avatar BogdanCiocea
Browse files

maybe removing an error for coding style??

parent b615730c
No related branches found
No related tags found
No related merge requests found
Pipeline #40847 passed
...@@ -2,8 +2,6 @@ BUILD_DIR := build ...@@ -2,8 +2,6 @@ BUILD_DIR := build
UTILS_PATH ?= ../utils UTILS_PATH ?= ../utils
CPPFLAGS := -I$(UTILS_PATH) CPPFLAGS := -I$(UTILS_PATH)
CFLAGS := -Wall -Wextra CFLAGS := -Wall -Wextra
# Remove the line below to disable debugging support.
CFLAGS += -g -O0
PARALLEL_LDLIBS := -lpthread PARALLEL_LDLIBS := -lpthread
SERIAL_SRCS := serial.c os_graph.c $(UTILS_PATH)/log/log.c SERIAL_SRCS := serial.c os_graph.c $(UTILS_PATH)/log/log.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment