Browse Source

Don't enable sse on windows debug build

tags/1.9.8
falkTX 6 years ago
parent
commit
e6f77061ea
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      source/Makefile.mk

+ 0
- 3
source/Makefile.mk View File

@@ -143,9 +143,6 @@ endif

ifeq ($(DEBUG),true)
BASE_FLAGS += -DDEBUG -O0 -g
ifeq ($(WIN32),true)
BASE_FLAGS += -msse -msse2
endif
LINK_OPTS =
else
BASE_FLAGS += -DNDEBUG $(BASE_OPTS) -fvisibility=hidden


Loading…
Cancel
Save