common.mk
author Mario de Sousa <msousa@fe.up.pt>
Tue, 07 Feb 2012 12:17:00 +0000
changeset 432 9c5ad4be30fd
parent 353 17bffb57a8c5
permissions -rw-r--r--
Correctly return the initial value of a string datatype, with limited length (STRING[33] := 'hello')
353
17bffb57a8c5 Building compiler with autoconf. Thanks go to Matteo of sirius-es.it
Mario de Sousa <msousa@fe.up.pt>
parents:
diff changeset
     1
AM_CXXFLAGS = -g -Wall -Wpointer-arith -Wwrite-strings -Wno-unused 
17bffb57a8c5 Building compiler with autoconf. Thanks go to Matteo of sirius-es.it
Mario de Sousa <msousa@fe.up.pt>
parents:
diff changeset
     2
17bffb57a8c5 Building compiler with autoconf. Thanks go to Matteo of sirius-es.it
Mario de Sousa <msousa@fe.up.pt>
parents:
diff changeset
     3