This website works better with JavaScript.
Home
Explore
Help
Sign In
OctaForge
/
OctaCore
Watch
1
Star
1
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
explicitly specify warnlevel in meson
we can't turn on 2 (or 3...) yet, since the warnings are too many
master
Daniel Kolesa
8 months ago
parent
fca0057334
commit
a2081e6672
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
meson.build
+ 3
- 1
meson.build
View File
@ -1,6 +1,8 @@
project('octacore', ['cpp'],
version: '0.0.1',
default_options: ['buildtype=debugoptimized', 'cpp_std=c++17'],
default_options: [
'buildtype=debugoptimized', 'cpp_std=c++17', 'warning_level=1'
],
meson_version: '>=0.46'
)
Write
Preview
Loading…
Cancel
Save