Pārlūkot izejas kodu

Removed the debug gcc flags

master
Aaron Marcher pirms 8 gadiem
committed by Aaron Marcher (drkhsh)
vecāks
revīzija
f9748dcca3
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +2
    -2
      config.mk

+ 2
- 2
config.mk Parādīt failu

@@ -16,9 +16,9 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lasound

# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_GNU_SOURCE
CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
LDFLAGS = -g ${LIBS}
LDFLAGS = ${LIBS}
#LDFLAGS = -s ${LIBS}

# Solaris


Notiek ielāde…
Atcelt
Saglabāt