Skip to content
  • Hans Wennborg's avatar
    CMake: set stack size for MSVC in just one place · bef50abe
    Hans Wennborg authored
    After r192904, Reid pointed out he thought we already set the stack
    size for MSVC. Turns out we did, but it didn't seem to work.
    
    This commit sets the stack size in a single place, using
    CMAKE_EXE_LINKER_FLAGS because that seems to be the way that works
    best.
    
    llvm-svn: 192912
    bef50abe
Loading