Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 989f3a5

Browse files
committed
remove compile ooption -O2
1 parent 9a79dea commit 989f3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ CC = gcc
99
# -Wextra: Print warning out of -W, -Wall
1010
# -O2: Optimization
1111
# -g: Debugging, PLEASE DELETE AFTER PROJECT COMPLETE!
12-
CFLAGS = -c -W -Wall -Wextra -O2 -g $(INC)
12+
CFLAGS = -c -W -Wall -Wextra -g $(INC)
1313

1414
# Execute program file
1515
CRONTAB = ssu_crontab

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /