Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1,432
Issues
1,432
List
Boards
Labels
Milestones
Merge Requests
50
Merge Requests
50
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
c49493dc
Commit
c49493dc
authored
Oct 12, 2017
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile, /Makefile: corrects make COVERAGE=...
Completes
c661b652
. See
#2630
.
parent
72e8dab5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
Makefile
Makefile
+0
-7
algo/Makefile
algo/Makefile
+9
-1
No files found.
Makefile
View file @
c49493dc
COVERAGE
=
VIDJIL_ALGO_SRC
=
algo/
VIDJIL_BROWSER_SRC
=
browser/
VIDJIL_SERVER_SRC
=
server/
ifeq
(${COVERAGE},1)
COVERAGE_OPTION
=
--coverage
else
COVERAGE_OPTION
=
endif
TEE
=
python tools/tee.py
-v
test_browser
:
unit_browser functional_browser
...
...
algo/Makefile
View file @
c49493dc
CXX
?=
g++
OPTIM
=
-O2
-DNDEBUG
$(COVERAGE)
$(DEBUG)
ifeq
(${COVERAGE},1)
COVERAGE_OPTION
=
--coverage
else
COVERAGE_OPTION
=
endif
OPTIM
=
-O2
-DNDEBUG
$(COVERAGE_OPTION)
$(DEBUG)
override
CXXFLAGS
+=
-W
-Wall
-std
=
c++11
$(OPTIM)
## inspired from http://stackoverflow.com/questions/399850/best-compiler-warning-level-for-c-c-compilers/401276
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment