diff options
author | Jérémy Zurcher <jeremy.zurcher@heraeus.com> | 2014-01-06 15:39:05 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy.zurcher@heraeus.com> | 2014-01-06 15:39:05 +0100 |
commit | 09397c778731916891d660ac4ebbb6f3ac5a15fb (patch) | |
tree | 9ec6b32f0a32f2744d173ca0fe91bc5ea2f2cb50 /lib/conf-cc | |
download | djb-way-09397c778731916891d660ac4ebbb6f3ac5a15fb.zip djb-way-09397c778731916891d660ac4ebbb6f3ac5a15fb.tar.gz |
Initial commit
Diffstat (limited to 'lib/conf-cc')
-rw-r--r-- | lib/conf-cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/conf-cc b/lib/conf-cc new file mode 100644 index 0000000..6f289e7 --- /dev/null +++ b/lib/conf-cc @@ -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. |