Skip to content

Commit

Permalink
use --std=gnu99 for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
arun committed Sep 9, 2019
1 parent e325be2 commit 663640d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ OS=`uname`
if [ $OS == "Linux" ]
then
LFLAGS="-lbsd"
CC="gcc --std=gnu99 -O3 -Wall -Wextra -Werror -pedantic "
fi

$CC -o test-functionality test-functionality.c freestyle.o $LFLAGS
Expand Down

0 comments on commit 663640d

Please sign in to comment.