Skip to content

Commit

Permalink
ver
Browse files Browse the repository at this point in the history
  • Loading branch information
katlogic committed Aug 14, 2016
1 parent 309b709 commit 0a20961
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 @@ -22,7 +22,7 @@ FFLAGS=-fno-ident -fno-stack-check -fno-stack-protector -mno-stack-arg-probe -fn
LDFLAGS=-Wl,--enable-stdcall-fixup -nostartfiles -Wl,-e_win_main
DLDFLAGS=$(LDFLAGS) -shared -Wl,-e_dll_main -nostartfiles -lntdll -nostdlib -lkernel32 -lmsvcrt
SLDFLAGS=$(LDFLAGS) -shared -Wl,-e_driver_entry -Wl,--subsystem=native -nostartfiles -nostdlib -lntoskrnl
VERSTR=v2.1
VERSTR=v2.2

ifeq ($(DEBUG),)
OPT=-O2 -DNDEBUG
Expand Down

0 comments on commit 0a20961

Please sign in to comment.