diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-08-14 19:10:48 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-08-14 19:10:48 -0400 |
commit | 39f4b61ac4e312b3dfd8164e00419071b8b9908f (patch) | |
tree | e134f5a8882f7b531412ee119c5b69d8ba181a2d /Makefile | |
parent | 47385a21037a6d0304f415b2179f30671d0a78fb (diff) |
windows build
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |