Makefile: initial make use --semi-global
authorJean Privat <jean@pryen.org>
Thu, 5 Feb 2015 02:40:06 +0000 (09:40 +0700)
committerJean Privat <jean@pryen.org>
Thu, 5 Feb 2015 02:40:06 +0000 (09:40 +0700)
Signed-off-by: Jean Privat <jean@pryen.org>

src/Makefile

index 8c9742c..eb02ada 100644 (file)
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-NITCOPT=
+NITCOPT=--semi-global
 OLDNITCOPT=
 OBJS=nitc nitpick nit nitdoc nitls nitunit nitpretty nitmetrics nitx nitlight nitdbg_client nitserial
 SRCS=$(patsubst %,%.nit,$(OBJS))