fix build on compilers without -Oz
This commit is contained in:
parent
adb4091293
commit
436e6a5184
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ PREFIX = /usr/local
|
|||
MANPREFIX = ${PREFIX}/man
|
||||
|
||||
CC = cc
|
||||
CFLAGS = -std=c99 -pedantic -fpic -Oz -Iexternal/lua -Wall -Wextra
|
||||
CFLAGS = -std=c99 -pedantic -fpic -O2 -Iexternal/lua -Wall -Wextra
|
||||
CPPFLAGS = -D_DEFAULT_SOURCE
|
||||
LDFLAGS = -lm
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue