summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad28634d9b57..afacebe9eb8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,9 @@ md5sums=(
'SKIP'
'SKIP'
)
-
+options=(
+ !strip
+)
pkgver() {
cd "${srcdir}/d2df-sdl"
@@ -26,7 +28,7 @@ pkgver() {
build() {
cd "${srcdir}/d2df-sdl/src/game"
- fpc -dUSE_SDL2 -dUSE_OPENGL -dUSE_SDLMIXER -FE../../../ Doom2DF.lpr
+ fpc -g -gl -dUSE_SDL2 -dUSE_OPENGL -dUSE_SDLMIXER -FE../../../ Doom2DF.lpr
}