X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=makefile;h=506bebf4f1a468a53794a0d7263b97c56579699a;hb=f23bc975650813d88a819d403e1b9e1795086242;hp=973189bf8ee2ea53dbf61ff509485ab190bbeb24;hpb=c4b04d12861ae0eac6315b1c2170013422136f80;p=netwar.git diff --git a/makefile b/makefile index 973189b..506bebf 100644 --- a/makefile +++ b/makefile @@ -5,7 +5,7 @@ ifdef WIN32 OUTPOSTFIX := .exe else CC := gcc - CFLAGS := -g -std=gnu11 -Wall + CFLAGS := -pg -std=gnu11 -Wall LDFLAGS := -lSDL2_net -lSDL2 -lm endif