Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
281270cd
Commit
281270cd
authored
3 years ago
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
meson.build: remove unused variables common_cflags, common_cxxflags
parent
02502514
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
meson.build
meson.build
+2
-8
No files found.
meson.build
View file @
281270cd
...
@@ -42,12 +42,6 @@ common_cppflags = [
...
@@ -42,12 +42,6 @@ common_cppflags = [
'-D_GNU_SOURCE',
'-D_GNU_SOURCE',
]
]
common_cflags = [
]
common_cxxflags = [
]
test_common_flags = [
test_common_flags = [
'-Wvla',
'-Wvla',
'-Wdouble-promotion',
'-Wdouble-promotion',
...
@@ -120,8 +114,8 @@ if get_option('fuzzer')
...
@@ -120,8 +114,8 @@ if get_option('fuzzer')
add_global_link_arguments(fuzzer_flags, language: 'cpp')
add_global_link_arguments(fuzzer_flags, language: 'cpp')
endif
endif
add_global_arguments(com
mon_cxxflags + com
piler.get_supported_arguments(test_cxxflags), language: 'cpp')
add_global_arguments(compiler.get_supported_arguments(test_cxxflags), language: 'cpp')
add_global_arguments(c
ommon_cflags + c
_compiler.get_supported_arguments(test_cflags), language: 'c')
add_global_arguments(c_compiler.get_supported_arguments(test_cflags), language: 'c')
add_global_link_arguments(compiler.get_supported_link_arguments(test_ldflags), language: 'cpp')
add_global_link_arguments(compiler.get_supported_link_arguments(test_ldflags), language: 'cpp')
is_linux = host_machine.system() == 'linux'
is_linux = host_machine.system() == 'linux'
...
...
This diff is collapsed.
Click to expand it.
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