mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-03-03 10:49:08 +00:00
Remove /openmp from cryptest.nmake
This commit is contained in:
parent
7e96a283a3
commit
ca32b63038
@ -154,7 +154,7 @@ LDLIBS =
|
||||
# Debug build.
|
||||
# CXXFLAGS = $(CXXFLAGS) /DDEBUG /D_DEBUG /Oi /Oy- /Od /MTd
|
||||
# Release build. Add /OPT:REF to linker
|
||||
CXXFLAGS = $(CXXFLAGS) /DNDEBUG /D_NDEBUG /Oi /Oy /O2 /MT /openmp
|
||||
CXXFLAGS = $(CXXFLAGS) /DNDEBUG /D_NDEBUG /Oi /Oy /O2 /MT
|
||||
# Linker flags.
|
||||
LDFLAGS = $(LDFLAGS) /OPT:REF
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user