Skip to content

Commit

Permalink
Disable optimizations for now, one is definitely breaking puttygen wh…
Browse files Browse the repository at this point in the history
…en loading encrypted PPKs.
  • Loading branch information
Toyoyo committed Jan 8, 2022
1 parent 284c0c7 commit 44aefce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed windows/.Makefile.wc.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion windows/Makefile.wc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ COMPAT=-DNO_SECUREZEROMEMORY -dNO_GSSAPI -DNO_IPV6 -DNO_MULTIMON -DNO_HTMLHELP -

CFLAGS = -za99 -bt=nt -D_WINDOWS -DWIN32S_COMPAT \
-D_NO_OLDNAMES -D__USE_MINGW_ANSI_STDIO=1 -I.././ \
-I../charset/ -I../windows/ -I../unix/
-I../charset/ -I../windows/ -I../unix/ -od
LDFLAGS = -s
RCFLAGS = $(RCINC) --define WIN32=1 --define _WIN32=1 --define WINVER=0x0400 \
-I.././ -I../charset/ -I../windows/ -I../unix/
Expand Down

0 comments on commit 44aefce

Please sign in to comment.