Browse Source

added warning

pull/663/head
orignal 8 years ago committed by GitHub
parent
commit
77ec4b5cad
  1. 1
      Makefile.mingw

1
Makefile.mingw

@ -37,6 +37,7 @@ ifeq ($(USE_WIN32_APP), yes) @@ -37,6 +37,7 @@ ifeq ($(USE_WIN32_APP), yes)
DAEMON_OBJS += $(patsubst %.rc,obj/%.o,$(DAEMON_RC))
endif
# don't change following line to ifeq ($(USE_AESNI),yes) !!!
ifeq ($(USE_AESNI),1)
CPU_FLAGS = -maes -DAESNI
else

Loading…
Cancel
Save