Now About Social Code
summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2024-07-27 11:49:40 +0100
committerLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2024-07-27 11:49:40 +0100
commit002d188745dfda13d16061ed521acea67c75ff23 (patch)
tree1134733a7daee653fda2240a0b6cb0c2f54768a9 /meson.build
parenta3b61d8436caea379d69335364ce7b5a946e5616 (diff)
drvemu: Add some X11 emulation to get application to run
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 6b1d047..5ff15bd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('drvemu', 'c',
- default_options : ['c_std=gnu99'])
+ default_options : ['c_std=gnu99', 'buildtype=debug'])
add_project_arguments('-D_GNU_SOURCE', language: 'c')
dl = dependency('dl')