Parcourir la source

Removed the debug gcc flags

master
Aaron Marcher il y a 8 ans
committed by Aaron Marcher (drkhsh)
Parent
révision
f9748dcca3
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      config.mk

+ 2
- 2
config.mk Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer