Skip to content

Commit

Permalink
meson: update to config.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Jan 30, 2025
1 parent 77a56f6 commit 7811bd4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@ project(
license: 'MIT',
meson_version: '>=0.60.0',
default_options: [
'c_std=gnu99',
'c_std=gnu11',
'warning_level=1',
'b_ndebug=if-release',
],
)

add_project_arguments([
'-Wno-maybe-uninitialized',
], language: 'c')

if get_option('buildtype').startswith('debug')
add_project_arguments('-DDEBUG_BUILD', language: 'c')
endif
Expand Down

0 comments on commit 7811bd4

Please sign in to comment.