diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-08 09:56:18 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-08 09:56:18 +0100 |
| commit | 260e03b1aadc0a963632dcfc9404f53ee202f76d (patch) | |
| tree | 7c8cc0499ba56e18ec1bbf5db16062a78ef4a60d | |
| parent | dbd960afce21ae4a0ef00a232cdac2c52081c2de (diff) | |
IMP: Move compile_flags.txt to root, and fixed it.
| -rw-r--r-- | cli/compile_flags.txt | 2 | ||||
| -rw-r--r-- | compile_flags.txt | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/cli/compile_flags.txt b/cli/compile_flags.txt deleted file mode 100644 index 0a19b37..0000000 --- a/cli/compile_flags.txt +++ /dev/null @@ -1,2 +0,0 @@ --std=c++20 --I../BTBKit diff --git a/compile_flags.txt b/compile_flags.txt new file mode 100644 index 0000000..6a43c77 --- /dev/null +++ b/compile_flags.txt @@ -0,0 +1,3 @@ +-std=c++20 +-IBTBKit +-Ivendor
\ No newline at end of file |
