Changeset 153
- Timestamp:
- 03/27/08 23:44:36 (8 months ago)
- Files:
-
- 1 modified
-
Whitix/trunk/make.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/make.inc
r16 r153 7 7 CPP = gpp 8 8 ASM = nasm 9 CFLAGS = -fomit-frame-pointer -ffreestanding -fno-stack-protector -fleading-underscore -fno-builtin -nostdlib -Wall -We rror-O3 -I$(DEPTH)include9 CFLAGS = -fomit-frame-pointer -ffreestanding -fno-stack-protector -fleading-underscore -fno-builtin -nostdlib -Wall -Wextra -O3 -I$(DEPTH)include 10 10 BE_VERBOSE=0 11 11
