Attempt to normalize test results.
[oota-llvm.git] / CMakeLists.txt
index ae858f579453f4ddd5bffe978ad6e2a90e525512..a95ca51d18a157406e3646577e408d2efd81b955 100644 (file)
@@ -159,7 +159,7 @@ endif(WIN32)
 
 include(config-ix)
 
-option(LLVM_ENABLE_PIC "Build Position-Independent Code" OFF)
+option(LLVM_ENABLE_PIC "Build Position-Independent Code" ON)
 
 set(ENABLE_PIC 0)
 if( LLVM_ENABLE_PIC )