Skip to content

Commit

Permalink
replace CFLAGS to link dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
cwansart authored Sep 25, 2023
1 parent bd443c1 commit 9b9b15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CC = cl

# Flags for the compiler
CFLAGS = /W4 /MT /O2
CFLAGS = /W4 /MD /O2

# Name of the final executable
OUTFILE = sha256sum.exe
Expand Down

0 comments on commit 9b9b15f

Please sign in to comment.