blob: 5effe170758b53ec71e5cfc4803ca5e8275e48c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- a/Makefile 2020-10-15 08:32:29.000000000 +0200
+++ b/Makefile 2020-10-23 17:59:29.008159331 +0200
@@ -17,8 +17,7 @@
SDL_CONFIG ?= sdl-config
SDL2_CONFIG ?= pkg-config sdl2
#SDL2_CONFIG ?= sdl2-config
-FREETYPE_CONFIG ?= freetype-config
-#FREETYPE_CONFIG ?= pkg-config freetype2
+FREETYPE_CONFIG ?= pkg-config freetype2
BACKENDS = allegro gdi sdl sdl2 mixer_sdl mixer_sdl2 posix
OSTYPES = amiga beos freebsd haiku linux mingw mac openbsd
@@ -91,8 +90,6 @@
endif
endif
endif
-else
- CFLAGS += -O
endif
ifdef DEBUG
|