diff options
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r-- | tools/opt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 9a016df..9bebf15 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 |