Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Assignment Parallel Graph
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bogdan-Andrei CIOCEA
Assignment Parallel Graph
Commits
52f611ca
Commit
52f611ca
authored
1 year ago
by
BogdanCiocea
Browse files
Options
Downloads
Patches
Plain Diff
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
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile
+0
-2
0 additions, 2 deletions
src/Makefile
with
0 additions
and
2 deletions
src/Makefile
+
0
−
2
View file @
52f611ca
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment