Skip to content

Commit

Permalink
Makefile: Use -O3 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed May 3, 2021
1 parent 7d87c7c commit 04590b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ INSTALL=install -v
INSTALL_PROGRAM = $(INSTALL)
INSTALL_DATA = $(INSTALL) -m 644

#CFLAGS=-O3 -Wall -Werror
CFLAGS=-O0 -g -Wall
CFLAGS=-O3 -Wall -Werror
#CFLAGS=-O0 -g -Wall

all: mxshadowsrv libnss_mxshadow.so.2 test_server test_query_shadow

Expand Down

0 comments on commit 04590b6

Please sign in to comment.