File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,8 @@ library project ${lib_name} is
124
124
for Default_Switches ("C") use
125
125
Common_C_Cargs & ("-g3", "-O0", "-DDEBUG=1");
126
126
127
- for Switches ("quex_lexer.c") use Common_C_Cargs & ("-g0", "-O0");
127
+ for Switches ("${ lib_name.lower()} _quex_lexer.c") use
128
+ Common_C_Cargs & ("-g0", "-O0");
128
129
-- This file is *huge* and the debugging information for it harms
129
130
-- Valgrind runs. We almost never have to debug this file so
130
131
-- this is acceptable.
@@ -137,7 +138,7 @@ library project ${lib_name} is
137
138
138
139
for Default_Switches ("C") use Common_C_Cargs & ("-Ofast");
139
140
140
- for Switches ("quex_lexer .c") use Common_C_Cargs
141
+ for Switches ("${ lib_name.lower() } _quex_lexer .c") use Common_C_Cargs
141
142
& ("-O1", "-fno-ree", "-fdisable-rtl-cprop_hardreg",
142
143
"-fdisable-rtl-sched2", "-mno-stv");
143
144
-- Deactivate because of memory usage, see P726-024. This
You can’t perform that action at this time.
0 commit comments