mirror of
https://frontier.innolan.net/rainlance/amiga-ntimed.git
synced 2025-11-21 23:04:34 +00:00
Revision 1.05 changes
This commit is contained in:
4
configure
vendored
4
configure
vendored
@ -1,3 +1,5 @@
|
||||
|
||||
|
||||
#!/bin/sh
|
||||
#
|
||||
# Copyright (c) 2015 Carsten Larsen
|
||||
@ -177,7 +179,7 @@ if $VALID ; then
|
||||
echo "LDLIBS = -lm"
|
||||
elif [ -n "$1" ] && [ $1 = "AROS" ] ; then
|
||||
echo 'CC = gcc'
|
||||
echo "CFLAGS = -O2 -DAROS -I. -Iinclude -Wall -Werror"
|
||||
echo "CFLAGS = -O2 -DAROS -DWITHTEST -I. -Iinclude -Wall -Werror"
|
||||
echo "LDLIBS = -lm"
|
||||
else
|
||||
echo "CFLAGS = -O2 -Wall -DWITHTEST -Werror"
|
||||
|
||||
Reference in New Issue
Block a user