mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-02-01 11:06:44 +01:00
enable nested functions
some versions of gcc require that
This commit is contained in:
parent
a940a61345
commit
25610c2a59
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
IDIR =.
|
||||
CC=gcc
|
||||
CFLAGS=-I$(IDIR) -Wall -g
|
||||
CFLAGS=-I$(IDIR) -Wall -g -fnested-functions
|
||||
|
||||
SRCDIR=src
|
||||
ODIR=obj
|
||||
|
|
Loading…
Reference in a new issue