mirror of
https://github.com/xdsopl/robot36.git
synced 2026-04-04 22:07:28 +00:00
interesting
This commit is contained in:
parent
de4eaeac84
commit
79c6add9fa
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
CC = gcc
|
||||
CFLAGS = -D_GNU_SOURCE= -W -Wall -O3 -std=c99 -ffast-math
|
||||
LDFLAGS = $(CFLAGS) -lm -lasound
|
||||
CFLAGS = -D_GNU_SOURCE=1 -W -Wall -O3 -std=c99 -ffast-math
|
||||
LDFLAGS = -lm -lasound
|
||||
|
||||
all: encode decode
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue