mirror of
https://github.com/xdsopl/robot36.git
synced 2025-12-06 07:12:07 +01:00
use single precision constants by default
This commit is contained in:
parent
7bc72d4acf
commit
63d30a73ac
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
CFLAGS = -g -DUP=0 -DDN=1 -D_GNU_SOURCE=1 -W -Wall -O3 -std=c99 -ffast-math $(shell sdl-config --cflags)
|
||||
CFLAGS = -g -DUP=0 -DDN=1 -D_GNU_SOURCE=1 -W -Wall -O3 -std=c99 -ffast-math -fsingle-precision-constant $(shell sdl-config --cflags)
|
||||
LDFLAGS = -lm -lasound $(shell sdl-config --libs)
|
||||
|
||||
all: encode decode debug
|
||||
|
|
|
|||
Loading…
Reference in a new issue