summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-08-14 19:10:48 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2021-08-14 19:10:48 -0400
commit39f4b61ac4e312b3dfd8164e00419071b8b9908f (patch)
treee134f5a8882f7b531412ee119c5b69d8ba181a2d /Makefile
parent47385a21037a6d0304f415b2179f30671d0a78fb (diff)
windows build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 324430b..4c914ab 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
dlsub: main.c
- $(CC) -O0 -g -o dlsub main.c -std=c89 -Wpedantic -pedantic -Wall -Wextra -Wshadow -Wconversion -Wimplicit-fallthrough
+ $(CC) -O2 -g -o dlsub main.c -std=c89 -Wpedantic -pedantic -Wall -Wextra -Wshadow -Wconversion -Wimplicit-fallthrough