scilab: always use -g for compiling
This commit is contained in:
parent
c89b1afaa6
commit
c5dbb16a93
1 changed files with 1 additions and 1 deletions
|
|
@ -719,7 +719,7 @@ public:
|
|||
Printf(builderCode, "libs = [];\n");
|
||||
|
||||
// Flags from command line arguments
|
||||
Printf(builderCode, "cflags = \"-I\" + builddir;\n");
|
||||
Printf(builderCode, "cflags = \"-g -I\" + builddir;\n");
|
||||
for (int i = 0; i < Len(cflags); i++) {
|
||||
String *cflag = Getitem(cflags, i);
|
||||
Printf(builderCode, "cflags = cflags + \" %s\";\n", cflag);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue