X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/b59f2cb82ded2f9b35e2f558826322890311d3c2..b1d2923efeb89a7a3e6321d459f0582993fdb470:/projects/sgauthstress/build diff --git a/projects/sgauthstress/build b/projects/sgauthstress/build index 2b145659..825f00b5 100755 --- a/projects/sgauthstress/build +++ b/projects/sgauthstress/build @@ -25,6 +25,7 @@ else then DEFS="-DDEBUG" MAKEOPTS="-j1" + CFLAGS="$CFLAGS -ggdb3 -W -Wall" CXXFLAGS="$CXXFLAGS -ggdb3 -W -Wall" DEBUG="yes" else @@ -33,8 +34,9 @@ else fi fi +CFLAGS="$CFLAGS -I/usr/local/include" CXXFLAGS="$CXXFLAGS -I/usr/local/include" -LDFLAGS="$CXXFLAGS -L/usr/local/lib" +LDFLAGS="$LDFLAGS -L/usr/local/lib" if [ "$sys" = "Linux" ] then