Changeset 27051


Ignore:
Timestamp:
06/08/22 12:21:29 (3 years ago)
Author:
jdquinn
Message:

CHG: Making -D_DO_NOT_LOAD_GLOBALS_ flag default to avoid “symbol not found in flat namespace 'ZN14ToolkitOptions11toolkittypeE’”

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/m4/issm_options.m4

    r27018 r27051  
    27482748                AS_HELP_STRING([--with-cxxoptflags=CXXOPTFLAGS], [C++ optimization flags (i.e. --with-cxxoptflags="-march=opteron -O3 -std=c++11"]),
    27492749                [CXXOPTFLAGS=${withval}],
    2750                 [CXXOPTFLAGS="-g -O2 -fPIC -std=c++11"]
     2750                [CXXOPTFLAGS="-g -O2 -fPIC -std=c++11 -D_DO_NOT_LOAD_GLOBALS_"]
    27512751        )
    27522752        AC_SUBST([CXXOPTFLAGS])
Note: See TracChangeset for help on using the changeset viewer.