Changeset e681f3 in git
- Timestamp:
- May 27, 2013, 2:28:04 AM (10 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 2ee8ac18d25da263d8ff5b140f45b9ac7be22c0b
- Parents:
- d775e519fa82c002572d593226a06c894ef9be59
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-05-27 02:28:04+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-06-17 09:19:03+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
m4/flags.m4
rd775e5 re681f3 73 73 AC_MSG_ERROR([Please note that you have enabled the debug and optimization flags, which may not work well together (try \`--disable-optimizationflags')!]) 74 74 fi 75 else76 AC_DEFINE([OM_NDEBUG],1,"Disable OM Debug")77 AC_DEFINE([NDEBUG],1,"Disable Debug")75 # else 76 # AC_DEFINE([OM_NDEBUG],1,"Disable OM Debug") 77 # AC_DEFINE([NDEBUG],1,"Disable Debug") 78 78 fi 79 79 … … 103 103 104 104 if test "x${ENABLE_OPTIMIZATION}" != xno; then 105 OPTFLAGS="- O2 -Wno-unused-function -Wno-unused-parameter -Wno-unused-variable -fomit-frame-pointer -fwrapv"105 OPTFLAGS="-DOM_NDEBUG -DNDEBUG -O2 -Wno-unused-function -Wno-unused-parameter -Wno-unused-variable -fomit-frame-pointer -fwrapv" 106 106 # -O3 - crashes gcc???!!! 107 107 AC_LANG_PUSH([C])
Note: See TracChangeset
for help on using the changeset viewer.