diff options
| author | Abhinav Prasai <abhinav.prsai@gmail.com> | 2025-10-06 22:27:09 +0100 |
|---|---|---|
| committer | Abhinav Prasai <abhinav.prsai@gmail.com> | 2025-10-06 22:30:29 +0100 |
| commit | abbc94f61c505b7dc7694edc84258ac878a89a85 (patch) | |
| tree | 0c0bc8e050d51d81cd42166e5a1aa0ffb0c52421 /compile_flags.txt | |
| parent | b6ce8f8fb40c7b560f22f052a8e706ec17eb1d98 (diff) | |
move notice up, remove compile_flags.txt from root
+ add backtick to CC and Make flags
Diffstat (limited to 'compile_flags.txt')
| -rw-r--r-- | compile_flags.txt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/compile_flags.txt b/compile_flags.txt deleted file mode 100644 index fa0c2c1..0000000 --- a/compile_flags.txt +++ /dev/null @@ -1,22 +0,0 @@ --Isrc --D_FORTIFY_SOURCE=2 --std=c99 --Os --pipe --Wall --Wextra --Wformat=2 --Werror=format-security --Wshadow --Wpointer-arith --Wcast-qual --Wwrite-strings --Wmissing-prototypes --Wstrict-prototypes --Wswitch-enum --Wundef --Wvla --fno-common --fno-strict-aliasing --fstack-protector-strong --fPIE |
