diff options
| author | Henryk Plötz <henryk@ploetzli.ch> | 2014-10-03 20:30:56 +0200 |
|---|---|---|
| committer | Henryk Plötz <henryk@ploetzli.ch> | 2014-10-03 20:30:56 +0200 |
| commit | d36aaed889440db27b6dc12553d2bc0564194e98 (patch) | |
| tree | 47073686ea5021ee2c5955776c60b056fd042fee | |
| parent | 7f632c0640f174bbbc1deb532e3a3977d595d28a (diff) | |
| download | tinydnssec-d36aaed889440db27b6dc12553d2bc0564194e98.tar.gz tinydnssec-d36aaed889440db27b6dc12553d2bc0564194e98.tar.bz2 | |
Do not use dietlibc
| -rw-r--r-- | conf-cc | 2 | ||||
| -rw-r--r-- | conf-ld | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ -diet -Os gcc -O2 -Wimplicit -Wunused -Wcomment -Wchar-subscripts -Wuninitialized -Wshadow -Wcast-qual -Wcast-align -Wwrite-strings +gcc -O2 -Wimplicit -Wunused -Wcomment -Wchar-subscripts -Wuninitialized -Wshadow -Wcast-qual -Wcast-align -Wwrite-strings This will be used to compile .c files. @@ -1,3 +1,3 @@ -diet -Os gcc -s +gcc -s This will be used to link .o files into an executable. |
