Toggle navigation
GitList
About
Refresh
Report bug
Help
Files
Commits
Stats
Network
Graph
gdb-segmentation-fault-example.git
Commit a1b923ed80ae4f6f1f1d911bbe1911dbfed90e0a
Browse code
수정 내용 저장
Ikseon Kang
authored on23/06/2019 06:44:49
Showing1 changed files
Makefile
index 058a8cd..6a1c540 100644
Makefile
History
View file @a1b923e
...
...
@@ -1,3 +1,3 @@
1
1
all:
2
- g++ -g -fno-stack-protector main.cpp -o main
2
+ g++ -g main.cpp -o main
3
3