File: debug.unix.cflags

package info (click to toggle)
python-rjsmin 1.1.0%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,952 kB
  • sloc: python: 2,515; ansic: 735; sh: 62; makefile: 19
file content (28 lines) | stat: -rwxr-xr-x 496 bytes parent folder | download
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
# allow crash debugging
-ggdb

# produce coverage reports
-ftest-coverage
-fprofile-arcs

# don't compile on weird code
-std=c89 -pedantic -fno-strict-aliasing -Werror
-Wall
-Wbad-function-cast
-Wcast-align
-Wcast-qual
-Wconversion
-Wdeclaration-after-statement
-Wextra
-Winit-self
-Wmissing-declarations
-Wmissing-include-dirs
-Wmissing-prototypes
-Wnested-externs
-Wno-long-long
-Wno-missing-field-initializers
-Wno-overlength-strings
-Wno-unused-parameter
-Wshadow
-Wstrict-overflow=4
-Wundef