summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordzwdz2021-09-21 16:28:10 +0200
committerdzwdz2021-09-21 16:28:10 +0200
commita5fffadce4ee1c30fb7b80150821d4164c6012c7 (patch)
tree3d8ccae6e5d944c7a13dbf9d706cd7de3e5626f2
parentd192b15ee05b6d79c1503eb296fcab693a05dced (diff)
add `-march=i686` to clangd's flags
-rw-r--r--compile_flags.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/compile_flags.txt b/compile_flags.txt
index d3e4bc1..405cb8f 100644
--- a/compile_flags.txt
+++ b/compile_flags.txt
@@ -1 +1,2 @@
-Isrc
+-march=i686