]> pd.if.org Git - pdclib/blobdiff - platform/example/Config.jam
dlmalloc not really optional, and I am not fond of the whole opt/ thing in the first...
[pdclib] / platform / example / Config.jam
index 1eda6e8e305826fd084c73dc98789265a76f45c1..f17c12f83e46ed470a965447c742f5237127bb54 100644 (file)
@@ -9,4 +9,10 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" {
     PDCLIB_TEST_LINKLIBS += -lgcc ;\r
 }\r
 \r
-PDCLIB_OPTIONS = nothread notime dlmalloc ;
\ No newline at end of file
+PDCLIB_OPTIONS = \r
+       nothread \r
+       notime \r
+       tss_errno \r
+       basecodecs \r
+    c_locale \r
+    ;\r