diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-23 09:42:20 -0600 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-23 09:42:20 -0600 |
commit | 8ba71912faf1bef73aca6c862e1ba5b3c967a588 (patch) | |
tree | 388f946e285e80959fecc2c0748acdd1903d55cd | |
parent | e0106e62b877824bab8207668ac3049c74a679f1 (diff) | |
download | cmath-8ba71912faf1bef73aca6c862e1ba5b3c967a588.tar.gz cmath-8ba71912faf1bef73aca6c862e1ba5b3c967a588.zip |
add compile flags for lsp mode in emacs
-rw-r--r-- | compile_flags.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compile_flags.txt b/compile_flags.txt new file mode 100644 index 0000000..b47959f --- /dev/null +++ b/compile_flags.txt @@ -0,0 +1,5 @@ +-lm +-Iinc +-MMD +-MP +-Wall |