From: Jean Privat Date: Thu, 5 Jan 2012 01:26:12 +0000 (-0500) Subject: tools: remove all option to the compiler X-Git-Tag: v0.5~35^2^2~1 X-Git-Url: http://nitlanguage.org tools: remove all option to the compiler Also use cc instead of gcc. Signed-off-by: Jean Privat --- diff --git a/bin/gccx b/bin/gccx index 4ec4d8c..83f8c9f 100755 --- a/bin/gccx +++ b/bin/gccx @@ -19,7 +19,7 @@ OPTS="-g" # option for compiler call objs="" # List of .o files -CC="gcc --ansi --pedantic -Wall -Wextra -Wformat-security -Wcast-align -Wno-uninitialized -Wno-unused-variable -Wno-unused-label -Wno-unused-parameter -Wno-missing-field-initializers -Wno-array-bounds -Wno-unused-but-set-variable" # Default compiler call +CC="cc" # Default compiler call ext="_savo _sav" # Default flavor to reuse out="a.out" # Default output binary filename dir="" # Default tmp dir