Skip to content

Commit

Permalink
Merge pull request #2161 from ericfont/72731-win-large-address-aware
Browse files Browse the repository at this point in the history
Fix #72731 win32 large-address-aware
  • Loading branch information
lasconic committed Aug 9, 2015
2 parents a4610d6 + 1c48b4c commit 2352e1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ else (APPLE)
# -mno-ms-bitfields see #22048
set(CMAKE_CXX_FLAGS_DEBUG "-std=gnu++0x -mno-ms-bitfields -g")
set(CMAKE_CXX_FLAGS_RELEASE "-std=gnu++0x -mno-ms-bitfields -O2 -DNDEBUG -DQT_NO_DEBUG")
set(CMAKE_EXE_LINKER_FLAGS "-Wl,--large-address-aware")
else (MINGW)
set(CMAKE_CXX_FLAGS_DEBUG "-std=c++11 -fPIC -fPIE -g")
set(CMAKE_CXX_FLAGS_RELEASE "-std=c++11 -fPIC -O2 -DNDEBUG -DQT_NO_DEBUG")
Expand Down

0 comments on commit 2352e1c

Please sign in to comment.