diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2012-02-10 18:17:39 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2012-02-10 18:17:39 +0100 |
| commit | 374045d1f8a5c55301e453d3977f00bdc122fe5c (patch) | |
| tree | ce595a2da9307ca3737b5183a74aef35bb916a34 /Makefile | |
| parent | 65dd941a1ed670f0e7908a6e3bc28593caef2908 (diff) | |
enable phonetic and reciting mode
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ STRIP = strip
CC = gcc
-CFLAGS = -D__USE_INLINE__ -O3 -ffast-math -finline-functions -funroll-loops -fstrict-aliasing -Wall -I$(SRC)c64
+CFLAGS = -D__USE_INLINE__ -O3 -ffast-math -funroll-loops -Wall -Ic64
LDFLAGS = -lsndfile
TARGET = sam_player
|
