diff options
Diffstat (limited to 'compile_commands.json')
-rw-r--r-- | compile_commands.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/compile_commands.json b/compile_commands.json index baed3a5..470edfb 100644 --- a/compile_commands.json +++ b/compile_commands.json @@ -17,7 +17,8 @@ "-I.", "-DWLR_USE_UNSTABLE", "-D_POSIX_C_SOURCE=200809L", - "-DVERSION=\"v0.7-1-g9f5a295-dirty\"", + "-DVERSION=\"v0.7-27-gbaf012c\"", + "-DXWAYLAND", "-g", "-pedantic", "-Wall", @@ -58,7 +59,8 @@ "-I.", "-DWLR_USE_UNSTABLE", "-D_POSIX_C_SOURCE=200809L", - "-DVERSION=\"v0.7-1-g9f5a295-dirty\"", + "-DVERSION=\"v0.7-27-gbaf012c\"", + "-DXWAYLAND", "-g", "-pedantic", "-Wall", |