pz12_gavrilov

This is a task for our favourite professor
git clone git://git.stellar-nexus.ru/pz12_gavrilov
Log | Files | Refs

commit 70cc2826296ec646d5b1a650bb4c0aa697cf4cc2
parent 3dc6d52a22072f025bd9bfd50b8114fff358ea96
Author: Plat <plat@stellar-nexus.ru>
Date:   Wed, 26 Nov 2025 22:20:37 +0000

Fixed compilation for gcc in config.mk

Diffstat:
Mconfig.mk | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.mk b/config.mk @@ -1,3 +1,3 @@ -CC = gcc-cc +CC = gcc CFLAGS = -pipe -Ofast -march=native -flto -fomit-frame-pointer -ffunction-sections -fdata-sections -fmerge-all-constants -fno-tree-vectorize -LDFLAGS = -Wl,--gc-sections -static +LDFLAGS = -Wl,--gc-sections -static -lm