]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/wine/install.txt
New drawing test code.
[wxWidgets.git] / docs / wine / install.txt
index bd923a3d509373258c08e4aa09d27459732e7dbb..8663d9b939d35cb5e46819301cb62a2da2981881 100644 (file)
@@ -186,6 +186,17 @@ The following options handle the kind of library you want to build.
        --enable-profile        Add profiling info to the object 
                                files. Currently broken, I think.
                                
+       --enable-no_rtti        Enable compilation without creation of
+                               C++ RTTI information in object files. 
+                               This will speed-up compilation and reduce 
+                               binary size.
+                               
+       --enable-no_exceptions  Enable compilation without creation of
+                               C++ exception information in object files. 
+                               This will speed-up compilation and reduce 
+                               binary size. Also fewer crashes during the
+                               actual compilation...
+                               
        --enable-mem_tracing    Add built-in memory tracing. 
                                
        --enable-dmalloc        Use the dmalloc memory debugger.