aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorclick <none@none>2010-06-08 08:59:38 +0200
committerclick <none@none>2010-06-08 08:59:38 +0200
commit332b0f3c8efb39d2532b965a4aed266a33f267ef (patch)
treefc742ffa66f38ab7898bc96217f8954681fbde0c /CMakeLists.txt
parentf867f6d7a8f728e163ba785f2da45ec97fa8ba53 (diff)
Properly build and link core (yay!)
- Not done yet : Sorting out the PCH-system on *nix - Not done yet : Sorting out scriptcompilation (still broken) --HG-- branch : trunk
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e7384b93cae..8f89ea5cc40 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,7 +33,7 @@ option(CENTOS "CENTOS" 0)
option(DO_CLI "With CLI" 1)
option(DO_DEBUG "Debug mode" 0)
option(DO_MYSQL "With MySQL support" 1)
-option(DO_PCH "Use precompiled headers" 1)
+option(DO_PCH "Use precompiled headers" 0)
option(DO_RA "With RA" 0)
option(DO_SCRIPTS "With trinityscripts" 1)
option(DO_SQL "Copy SQL files" 0)