File: default_cflags

package info (click to toggle)
openr2 1.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 2,492 kB
  • sloc: sh: 10,230; ansic: 9,177; makefile: 61
file content (14 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/configure.in
+++ b/configure.in
@@ -27,11 +27,6 @@ AC_SUBST(OPENR2_LT_AGE)
 AC_CONFIG_HEADERS(config.h)
 AM_INIT_AUTOMAKE
 
-# let's default to compile with debugging information
-# most users will not even care about it
-CFLAGS='-ggdb3 -O0'
-CXXFLAGS='-ggdb3 -O0'
-
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_LIBTOOL