pz12_gavrilov

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

config.mk (190B)


      1 CC = gcc
      2 CFLAGS = -pipe -Ofast -march=native -flto -fomit-frame-pointer -ffunction-sections -fdata-sections -fmerge-all-constants -fno-tree-vectorize
      3 LDFLAGS = -Wl,--gc-sections -static -lm