diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 9a016df9f28..9bebf15a690 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -8,5 +8,7 @@ USEDLIBS = bcreader bcwriter instrument profpaths \ transformutils vmcore support TOOLLINKOPTS = -ldl $(ExportSymbols) +KEEP_SYMBOLS = 1 + include $(LEVEL)/Makefile.common