From d6ebf8aa0cea2ba52e2ca45f7767c0d9f4bc0d6a Mon Sep 17 00:00:00 2001 From: Bart Oldeman Date: Mon, 16 Apr 2001 14:36:56 +0000 Subject: [PATCH] Added ALLCFLAGS for compiler option configuration. git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@202 6ac86273-5f31-0410-b378-82cca8765d1b --- config.m | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.m b/config.m index 363a6b4..13f966f 100644 --- a/config.m +++ b/config.m @@ -12,6 +12,9 @@ RM=..\utils\rm -f # Give path to nasm here (or if it's in your path just uncomment the line). #NASM=nasm +# Give extra Turbo C compiler flags here +#ALLCFLAGS=-DDEBUG + # Use these for Turbo C 2.01 #COMPILER=TC2 @@ -56,6 +59,9 @@ RM=..\utils\rm -f # $Id$ # # $Log$ +# Revision 1.7 2001/04/16 14:36:56 bartoldeman +# Added ALLCFLAGS for compiler option configuration. +# # Revision 1.6 2001/04/15 03:21:49 bartoldeman # See history.txt for the list of fixes. #