Skip to content

Commit

Permalink
I hate windows
Browse files Browse the repository at this point in the history
  • Loading branch information
amcn committed Jun 23, 2024
1 parent f3064d4 commit 9e71670
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ if buildtype == 'release' or buildtype == 'minsize'
c_args += '-DNDEBUG'
endif

message(f'cc_id = @cc_id@')
if cc_id == 'mvsc'

has_c99_var_decl = cc_version.version_compare('>=18')
c_args += '-W3'
c_args += '/W3'

elif cc_id == 'clang'

Expand Down

0 comments on commit 9e71670

Please sign in to comment.