Browse Source

removed debug flag

Josh Bicking 8 năm trước cách đây
mục cha
commit
89d67e536f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,5 +1,5 @@
 nsa : nsa.c
-	gcc -std=c99 -Wall -ggdb -Wextra -pedantic -o nsa nsa.c
+	gcc -std=c99 -Wall -Wextra -pedantic -o nsa nsa.c
 
 clean:
 	rm -f nsa