diff options
| author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2024-08-29 03:35:10 +0330 |
|---|---|---|
| committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2024-08-29 03:35:10 +0330 |
| commit | 779c9d9d0fc2c20ec6a4e622a2ce5d6c0810c3e0 (patch) | |
| tree | cd90e8651774f80a254d66f2f7ae2154c9b0b5aa /.ccls | |
| parent | 555c98cb9bfc95a05a956b1be10cd2fea4afb677 (diff) | |
moved stuff to c23
Diffstat (limited to '.ccls')
| -rwxr-xr-x | .ccls | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -1,12 +1,13 @@ -gcc -# compiler driver - -%c -std=c23 -# %cpp -std=c++23 +clang +%c -std=c11 +%cpp -std=c++2a +%h %hpp --include=Global.h +-Iinc +-DMACRO # add this to support `.hpp` files as C++ headers # %hpp -x # %hpp c++-header -%h -x -%h c-header +# %h -x +# %h c-header |