diff options
Diffstat (limited to 'ar/conf-cc')
-rw-r--r-- | ar/conf-cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ar/conf-cc b/ar/conf-cc new file mode 100644 index 0000000..fe4e9cb --- /dev/null +++ b/ar/conf-cc @@ -0,0 +1,3 @@ +gcc -O2 -Wall -ansi -pedantic-errors -fomit-frame-pointer -D_GNU_SOURCE + +This will be used to compile .c files. |