commit de5fe1c2ee87a0f3ce48805f11426c38f86883db from: Stefan Sperling date: Tue Nov 26 22:17:43 2019 UTC compile static binaries in PROFILE build commit - 91cf13dcc21949ad5ecbbd28ccaaadb8010b6660 commit + de5fe1c2ee87a0f3ce48805f11426c38f86883db blob - 29647c9b476a62d8001eecc2e536a217a2c2cd38 blob + 3c61ffefc50de2b301dc578b303806c8388b6a81 --- Makefile.inc +++ Makefile.inc @@ -21,7 +21,7 @@ BINGRP != id -g -n .if defined(PROFILE) CPPFLAGS += -DPROFILE -DEBUG = -O0 -pg -g +DEBUG = -O0 -pg -g -static .else DEBUG = -O0 -g .endif