]> mj.ucw.cz Git - libucw.git/blobdiff - build/sherlock.cfg
Automatic detection of host OS and also partial automatic detection of the
[libucw.git] / build / sherlock.cfg
index e09e8d9255d40d554d957b3c6459d1ae4424b7c3..a1ba1ceb5d4b21a81d1233816302d939a9d83a04 100644 (file)
@@ -10,6 +10,9 @@ Set("INSTALL_DIR" => "~/run-3.5");
 # Compile everything with debug information and ASSERT's
 UnSet("CONFIG_DEBUG");
 
+# Enable aggressive optimizations depending on exact CPU type (don't use for portable packages)
+UnSet("CONFIG_EXACT_CPU");
+
 ### Standard modules available in all releases of Sherlock ###
 
 # Gatherer (the gatherer library and some utilities) [FIXME: decide automatically?]