Changeset 1243 for trunk/configure.ac
- Timestamp:
- 21/04/09 12:13:53 (3 years ago)
- File:
-
- 1 edited
-
trunk/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1174 r1243 297 297 298 298 # strict aliasing causes issues with casts from NXmalloc() 299 CFLAGS=" -fno-strict-aliasing"300 CXXFLAGS=" -fno-strict-aliasing"299 CFLAGS="$CFLAGS -fno-strict-aliasing" 300 CXXFLAGS="$CXXFLAGS -fno-strict-aliasing" 301 301 302 302 # check for debug … … 747 747 contrib/bindings/Makefile 748 748 contrib/bindings/python/Makefile 749 macosx_install_kit/pkg.config 749 750 scripts/Makefile 750 751 scripts/nexus.pc:scripts/nexus_pc.in
Note: See TracChangeset
for help on using the changeset viewer.
