]> mj.ucw.cz Git - libucw.git/commitdiff
Debug: check-configs tries static linking, too
authorMartin Mares <mj@ucw.cz>
Fri, 3 Jan 2014 15:53:01 +0000 (16:53 +0100)
committerMartin Mares <mj@ucw.cz>
Fri, 3 Jan 2014 15:53:01 +0000 (16:53 +0100)
debug/check-configs

index 90799016bc4ba209f2464ffb8f87429830fdc956..c2f32e6db8d178bc649f29b5340f723f4aff9e81 100755 (executable)
@@ -54,6 +54,7 @@ else
        try default.cfg                                                                 # default configuration
        try default.cfg -CONFIG_DEBUG                                                   # with no debugging code
        try debug/default.cfg                                                           # debugging configuration
+       try debug/default.cfg -CONFIG_SHARED                                            # statically linked
        try debug/default.cfg -CONFIG_UCW_THREADS                                       # non-threaded configuration
        try debug/default.cfg -CONFIG_UCW_TLS                                           # threaded, but no TLS support in gcc
        try debug/default.cfg -CONFIG_UCW_EPOLL -CONFIG_UCW_MONOTONIC_CLOCK             # without epoll and monotonic clock