We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cfdc67 commit 32a2457Copy full SHA for 32a2457
make/compiler_flags
@@ -154,6 +154,7 @@ ifeq ($(OS),Windows_NT)
154
CXXFLAGS_WARNINGS ?= -Wall -Wno-unused-function -Wno-uninitialized -Wno-unused-but-set-variable -Wno-unused-variable -Wno-sign-compare -Wno-unused-local-typedefs -Wno-int-in-bool-context -Wno-attributes
155
CPPFLAGS_GTEST ?= -DGTEST_HAS_PTHREAD=0
156
CPPFLAGS_OS ?= -D_USE_MATH_DEFINES
157
+ CPPFLAGS_OS += -D_GLIBCXX11_USE_C99_COMPLEX
158
## Detecting Process Bitness:
159
## http://blogs.msdn.com/b/david.wang/archive/2006/03/26/howto-detect-process-bitness.aspx
160
ifeq ($(PROCESSOR_ARCHITECTURE)$(PROCESSOR_ARCHITEW6432),x86)
0 commit comments