summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 110957b..1c13b14 100644
--- a/Makefile
+++ b/Makefile
@@ -2,5 +2,5 @@ out = palindromfinder
cc = cc
all:
- $(cc) -O3 src/main.c -o $(out)
+ $(cc) -O2 src/main.c -o $(out)

Generated by cgit