File: options.make

package info (click to toggle)
mono-tools 4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,868 kB
  • sloc: cs: 100,909; sh: 3,845; makefile: 2,040; xml: 126
file content (6 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
# note that we generate mdb files even in release
COMMON_OPTIONS := -debug+ -d:TRACE $(if $(DEBUG),-d:DEBUG -checked+,-optimize+)
COMMON_OPTIONS += -nowarn:1591	# Missing XML comment

GENDARME_OPTIONS := $(COMMON_OPTIONS) -warn:4 -warnaserror+ -warnaserror-:CS0618 
TESTS_OPTIONS := $(COMMON_OPTIONS) -warn:0