This website works better with JavaScript.
Home
Explore
Help
Sign In
myitinos
/
HackTheGame-v001
Watch
1
Star
0
Fork
1
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[FIX] change flag to stripped
master
myitinos
5 years ago
parent
8d55da501e
commit
d8be287ad2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@ -1,7 +1,7 @@
COMPILER
=
g++
#FLAGS=-g -I. -pedantic -Wall -Wextra -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wdisabled-optimization -Wformat=2 -Winit-self -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wnoexcept -Wold-style-cast -Woverloaded-virtual -Wredundant-decls -Wshadow -Wsign-conversion -Wsign-promo -Wstrict-null-sentinel -Wstrict-overflow=5 -Wswitch-default -Wundef -Werror -Wno-unused
#FLAGS=-g -I.
FLAGS
=
-I.
FLAGS
=
-
s -
I.
O_DIR
=
obj
CLASS_DIR
=
src/class
Write
Preview
Loading…
Cancel
Save