aboutsummaryrefslogtreecommitdiff
path: root/src/stringprep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/stringprep/Makefile')
-rw-r--r--src/stringprep/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stringprep/Makefile b/src/stringprep/Makefile
index 5ae3e8d7b..5b4b3c8aa 100644
--- a/src/stringprep/Makefile
+++ b/src/stringprep/Makefile
@@ -28,7 +28,7 @@ $(OUTDIR)/%.beam: %.erl
# erl -s make all report "{outdir, \"..\"}" -noinput -s erlang halt
$(ERLSHLIBS): ../%.so: %.c uni_data.c uni_norm.c
- gcc -Wall $(INCLUDES) $(LIBDIRS) \
+ gcc -Wall -O2 $(INCLUDES) $(LIBDIRS) \
$(subst ../,,$(subst .so,.c,$@)) \
-lerl_interface \
-lei \