aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf-cc2
-rw-r--r--conf-ld2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf-cc b/conf-cc
index ea5b66d..b315ecb 100644
--- a/conf-cc
+++ b/conf-cc
@@ -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.
diff --git a/conf-ld b/conf-ld
index 97917c3..59a0de7 100644
--- a/conf-ld
+++ b/conf-ld
@@ -1,3 +1,3 @@
-diet -Os gcc -s
+gcc -s
This will be used to link .o files into an executable.