diff --git a/default.config b/default.config index 8a2fae2..a0e7cfa 100644 --- a/default.config +++ b/default.config @@ -70,7 +70,7 @@ case "$TASK" in # -flto applies more optimizations across object files # -flto=auto is needed to multithreaded copilation # -fuse-linker-plugin is required to use static libs with lto, it strips away all - C_ARGS="-O2 -flto=auto -fuse-linker-plugin -static" + C_ARGS="-O2 -flto=auto -fuse-linker-plugin" #-fprofile-use -fprofile-prefix-path=$(realpath $OBJDIR)/objects CPP_ARGS="$C_ARGS" LINKER_ARGS="$CPP_ARGS $LINKER_LIBS"