Skip to content

Commit 32a2457

Browse files
committed
Test glibcxx random flag fix
1 parent 1cfdc67 commit 32a2457

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make/compiler_flags

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ ifeq ($(OS),Windows_NT)
154154
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
155155
CPPFLAGS_GTEST ?= -DGTEST_HAS_PTHREAD=0
156156
CPPFLAGS_OS ?= -D_USE_MATH_DEFINES
157+
CPPFLAGS_OS += -D_GLIBCXX11_USE_C99_COMPLEX
157158
## Detecting Process Bitness:
158159
## http://blogs.msdn.com/b/david.wang/archive/2006/03/26/howto-detect-process-bitness.aspx
159160
ifeq ($(PROCESSOR_ARCHITECTURE)$(PROCESSOR_ARCHITEW6432),x86)

0 commit comments

Comments
 (0)