summaryrefslogtreecommitdiffstats
path: root/lib/conf-dyn
diff options
context:
space:
mode:
Diffstat (limited to 'lib/conf-dyn')
-rw-r--r--lib/conf-dyn4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/conf-dyn b/lib/conf-dyn
new file mode 100644
index 0000000..6f289e7
--- /dev/null
+++ b/lib/conf-dyn
@@ -0,0 +1,4 @@
+gcc -O2 -Wall -fPIC -ansi -pedantic-errors -fomit-frame-pointer -D_GNU_SOURCE
+
+ -fpic generate faster and smaller code, but has platform-dependent limitations and may not work
+This will be used to compile .c files.