summaryrefslogtreecommitdiffstats
path: root/conf-cc
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy.zurcher@heraeus.com>2014-01-03 16:43:15 +0100
committerJérémy Zurcher <jeremy.zurcher@heraeus.com>2014-01-03 16:43:15 +0100
commiteb9c210d7412455363153ea2bdc5aca5aaa30384 (patch)
treeb079a409893dbd1c663d51337d903a63864dde3a /conf-cc
downloadconfig-parser-master.zip
config-parser-master.tar.gz
Initial commitHEADmaster
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..0716361
--- /dev/null
+++ b/conf-cc
@@ -0,0 +1,5 @@
+gcc -O2 -Wall -ansi -pedantic-errors -fomit-frame-pointer -D_GNU_SOURCE
+
+This will be used to compile .c files.
+use -fPIC to generate position-independent code
+-fpic generate faster and smaller code, but has platform-dependent limitations and may not work.