Ignore:
Timestamp:
May 24, 2008, 12:31:46 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
2f6525
Parents:
6145aa7
Message:

removed specialised CFLAGS for general AM_C(PP)FLAGS that just enable all warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Makefile.am

    r6145aa7 r44fa6a  
    1212analyzer_CXXFLAGS = -march=nocona -Wall -DBIGENDIAN=0
    1313
     14AM_CFLAGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wshadow -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Wredundant-decls -Wnested-externs -Wmissing-noreturn -Wformat-security -Wmissing-format-attribute -Winit-self
     15AM_CPPFLAGS = -Wall -W -Wshadow -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Wredundant-decls -Wmissing-noreturn -Wformat-security -Wmissing-format-attribute -Winit-self
     16
    1417#EXTRA_DIST = ${molecuilder_DATA}
Note: See TracChangeset for help on using the changeset viewer.