ソースを参照

Second commit

hmar 4 年 前
コミット
3deddeaa71
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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++