From 4c057bd2d135a7592b26ed8bada4bffed507aa80 Mon Sep 17 00:00:00 2001 From: Juan Escobar <juan.escobar@aero.obs-mip.fr> Date: Thu, 28 Aug 2014 13:07:12 +0000 Subject: [PATCH] Juan 28/08/2014 : add more O1 file with problem at O2 level --- src/Rules.LXpgi.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Rules.LXpgi.mk b/src/Rules.LXpgi.mk index 2aace4244..07ab3c9f2 100644 --- a/src/Rules.LXpgi.mk +++ b/src/Rules.LXpgi.mk @@ -128,11 +128,11 @@ include Makefile.MESONH.mk # etc ... # # # ########################################################## -OPT_PERF1 = -O1 -Kieee +OPT_PERF1 = -O1 -Kieee -g OBJS_O1= spll_modd_isba_n.o spll_pack_isba_patch_n.o spll_mode_construct_ll.o \ spll_init_surf_atm_n.o spll_mode_scatter_ll.o spll_convert_patch_teb.o \ spll_define_mask_n.o spll_del1dfield_ll.o spll_mode_fm.o spll_mode_gather_ll.o \ - spll_phys_param_n.o + spll_phys_param_n.o $(OBJS_O1) : OPT = $(OPT_BASE) $(OPT_PERF1) # -- GitLab