summaryrefslogtreecommitdiffstats
path: root/devel/tcc/CONFIGURE
blob: 5397950b8f8989b1b7ac6ac022d1b82cc87d77fc (plain) (blame)
1
2
3
4
5
6
7
8
config_query_option TCC_OPTS "Strip symbol tables from resulting binaries?" n \
                             "--strip-binaries" "" &&

config_query_option TCC_OPTS "Make libtcc.so instead of libtcc.a?" n \
                             "--disable-static" "" &&

config_query_option TCC_OPTS "Enable gprof?" n \
                             "--enable-gprof" ""