Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dav1d
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
François Cartegnie
dav1d
Commits
2ecb122a
Commit
2ecb122a
authored
Oct 09, 2018
by
Marvin Scholz
Committed by
Henrik Gramner
Oct 09, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build: Change default build type to release
parent
e4d0bd41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
meson.build
meson.build
+2
-1
No files found.
meson.build
View file @
2ecb122a
...
...
@@ -25,7 +25,8 @@
project('dav1d', ['c'],
version: '0.0.1',
default_options: ['c_std=c99',
'warning_level=2'],
'warning_level=2',
'buildtype=release'],
meson_version: '>= 0.47.0')
dav1d_version_array = meson.project_version().split('.')
...
...
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