X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=build.sh;fp=build.sh;h=eb741bfdba289a4dd1400616cb1aad027be955a5;hb=be6707a307bfeec1b45cca8b3fb647e81262be87;hp=0228534080bc83d6aee13c56acbaa198e065ba1d;hpb=bdac014448b6ec968fe645f1581f321144f07dba;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/build.sh b/build.sh index 0228534..eb741bf 100755 --- a/build.sh +++ b/build.sh @@ -29,7 +29,7 @@ _options_release="-O3 -DVG_RELEASE" # Compiler lines # ============================================================================== -_warnings="-Wall -Wno-unused-function -Wno-unused-variable" +_warnings="-Wall -Wno-unused-function -Wno-unused-variable -Wno-unused-command-line-argument -Wno-unused-but-set-variable" _include="-I. -I./vg/dep -I./vg/src" _library="-L. -L./vg/dep/glfw -L./vg/dep/steam" _epilogue="-Wl,-rpath=./"