summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-08 09:56:18 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-08 09:56:18 +0100
commit260e03b1aadc0a963632dcfc9404f53ee202f76d (patch)
tree7c8cc0499ba56e18ec1bbf5db16062a78ef4a60d
parentdbd960afce21ae4a0ef00a232cdac2c52081c2de (diff)
IMP: Move compile_flags.txt to root, and fixed it.
-rw-r--r--cli/compile_flags.txt2
-rw-r--r--compile_flags.txt3
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