summaryrefslogtreecommitdiffstats
path: root/devel/tcc/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'devel/tcc/CONFIGURE')
-rwxr-xr-xdevel/tcc/CONFIGURE8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/tcc/CONFIGURE b/devel/tcc/CONFIGURE
new file mode 100755
index 0000000000..5397950b8f
--- /dev/null
+++ b/devel/tcc/CONFIGURE
@@ -0,0 +1,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" ""