Skip to content

Commit

Permalink
Re #8882. Temporarily turn off precompiled headers.
Browse files Browse the repository at this point in the history
The machine I'm testing this on is complaining about running out of heap space.
Perhaps this will get around this.
  • Loading branch information
RussellTaylor committed Mar 3, 2014
1 parent 0117a82 commit a7b0776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Build/Jenkins/buildscript.bat
Expand Up @@ -39,7 +39,7 @@ cd %WORKSPACE%\build
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: CMake configuration
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -G %GENERATOR% -D CONSOLE=OFF -D ENABLE_CPACK=ON -D USE_PRECOMPILED_HEADERS=ON ..\Code\Mantid
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -G %GENERATOR% -D CONSOLE=OFF -D ENABLE_CPACK=ON -D USE_PRECOMPILED_HEADERS=OFF ..\Code\Mantid

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Build step
Expand Down

0 comments on commit a7b0776

Please sign in to comment.