summaryrefslogtreecommitdiffstats
path: root/conf-cc
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2010-07-09 12:32:17 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2010-07-09 12:32:17 +0200
commit6c027b4de25a529908be895e7ff19236f4002a57 (patch)
treef70d3a400bbb9ba8a83e9d4ffcaa4b6e367fc8bb /conf-cc
downloadcrypto-6c027b4de25a529908be895e7ff19236f4002a57.zip
crypto-6c027b4de25a529908be895e7ff19236f4002a57.tar.gz
initial commit, resurrect one of my realy old projects
Diffstat (limited to 'conf-cc')
-rw-r--r--conf-cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf-cc b/conf-cc
new file mode 100644
index 0000000..7f98c4c
--- /dev/null
+++ b/conf-cc
@@ -0,0 +1,5 @@
+gcc -O2 -Wall -ansi -D_GNU_SOURCE
+
+no -pedantic-errors because of netdb.h
+
+This will be used to compile .c files.