Re: Missing symbols in ghc-stage2 executable

2020-02-10 Thread Ömer Sinan Ağacan
If I build with hadrian using "quickest" setting I get a more reasonable number: $ nm ./_build/stage1/bin/ghc | wc -l 102174 It'd be good to have these symbols in make-generated stage 2 executables too. Ömer Ömer Sinan Ağacan , 10 Şub 2020 Pzt, 11:45 tarihinde şunu yazdı: > > Does

Missing symbols in ghc-stage2 executable

2020-02-10 Thread Ömer Sinan Ağacan
Does anyone know why I get so little symbols in stage 2 compiler compared to programs built with the same stage 2 compiler? This is the build.mk I'm using BuildFlavour = quick ifneq "$(BuildFlavour)" "" include mk/flavours/$(BuildFlavour).mk endif GhcRtsHcOpts += -O0 -g3