File: opennt

package info (click to toggle)
grace6 5.99.1%2Bdev4-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 10,492 kB
  • ctags: 13,269
  • sloc: ansic: 103,384; sh: 5,021; yacc: 617; makefile: 574; lex: 253; fortran: 56
file content (28 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#************************
#* Interix (aka OpenNT) *
#************************

###############################
# Compiler
#
CC="gcc"
###############################

###############################
# C flags
#
CFLAGS="-fno-common -Wall -pedantic \
-Wpointer-arith -Wnested-externs -D_ALL_SOURCE"
###############################

###############################
# Misc optimization flags
#
OPTIMIZE=""
###############################

###############################
# Flags used for debugging
#
DEBUG="-g"
###############################