Changeset 3407 for trunk/LMDZ.COMMON


Ignore:
Timestamp:
Aug 20, 2024, 12:12:39 PM (3 months ago)
Author:
afalco
Message:

Separate compilation folder for debug mode.
(to avoid re-compiling everything when switching from one mode to the other)
AF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/makelmdz_fcm

    r2996 r3407  
    732732fi
    733733
     734if [[ "$compil_mod" == "debug" ]]
     735then
     736  SUFF_NAME=${SUFF_NAME}_debug
     737fi
     738
     739
    734740if [[ $libphy == "true" ]]
    735741then
Note: See TracChangeset for help on using the changeset viewer.