Changeset 737c95 in git


Ignore:
Timestamp:
Aug 20, 2013, 11:47:05 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
3a40eba540d797f4185ee817d0902bd9a563af17
Parents:
066132a004c5c341957275f8c4b32c2090e4b532
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-08-20 23:47:05+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-08-21 00:11:09+02:00
Message:
Fix "trigraph ?? ignored, use -trigraphs to enable" warning
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/flags.m4

    r066132a r737c95  
    104104 
    105105 if test "x${ENABLE_OPTIMIZATION}" != xno; then
    106   OPTFLAGS="-DOM_NDEBUG -DNDEBUG -O3 -Wno-unused-function -Wno-unused-parameter -Wno-unused-variable -fomit-frame-pointer -fwrapv -fvisibility=default -finline-functions -fno-exceptions -fno-rtti -fno-threadsafe-statics -fno-enforce-eh-specs -fconserve-space"
     106  OPTFLAGS="-DOM_NDEBUG -DNDEBUG -O3 -Wno-unused-function -Wno-trigraphs -Wno-unused-parameter -Wno-unused-variable -fomit-frame-pointer -fwrapv -fvisibility=default -finline-functions -fno-exceptions -fno-rtti -fno-threadsafe-statics -fno-enforce-eh-specs -fconserve-space"
    107107  #  -O3 - crashes gcc???!!! 
    108108  # -fpermissive
Note: See TracChangeset for help on using the changeset viewer.