Browse Source

Second commit

hmar 4 years ago
parent
commit
3deddeaa71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.txt

+ 1 - 1
config.txt

@@ -3,5 +3,5 @@ dir = Sum_array_simple_example_SDK4ED
 exec = Sum_array_simple_example_SDK4ED/test
 source = Sum_array_simple_example_SDK4ED/test.c
 include_dirs = 
-build = cd Sum_array_simple_example_SDK4ED && gcc -c test.c && gcc -o test test.o
+build = cd Sum_array_simple_example_SDK4ED && gcc -g -c test.c && gcc -g -o test test.o
 language = C/C++