diff options
author | Joe <rbo@gmx.us> | 2025-03-02 21:14:49 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-03-02 21:14:49 +0100 |
commit | 676d246d8195de97d01b4a9b4f1aa901545fd9d4 (patch) | |
tree | 1c3143dc0997c0a94519e34e812180d1e262137e /compile_commands.json | |
parent | up (diff) | |
download | dwl-jozan.tar.gz dwl-jozan.tar.bz2 dwl-jozan.tar.xz dwl-jozan.tar.zst dwl-jozan.zip |
keysjozan
Diffstat (limited to '')
-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", |