Skip to content

Commit

Permalink
disabled debug for release
Browse files Browse the repository at this point in the history
  • Loading branch information
martin committed Sep 16, 2019
1 parent b7eb89d commit 1d1b294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('steamcountsnotifyd'
, 'cpp'
, default_options : ['warning_level=3', 'cpp_std=c++17', 'optimization=3', 'werror=false', 'debug=true']
, default_options : ['warning_level=3', 'cpp_std=c++17', 'optimization=3', 'werror=false', 'debug=false']
, version : '0.0.2'
)

Expand Down

0 comments on commit 1d1b294

Please sign in to comment.