Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2ff4091

Browse files
committed
Add quotes around -O setting for consistency.
1 parent 7ceadb8 commit 2ff4091

File tree

1 file changed

+1
-1
lines changed
  • src/template

1 file changed

+1
-1
lines changed

src/template/win

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
if test "$GCC" = yes; then
2-
CFLAGS=-O2
2+
CFLAGS="-O2"
33
fi

0 commit comments

Comments
 (0)