1
0
mirror of https://github.com/agdsn/xerxes.git synced 2026-06-19 21:58:01 +00:00
This commit is contained in:
Jan Losinshi
2008-08-27 23:15:16 +02:00
parent 4f4c9a5983
commit 08c6281462
6 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ BINDIR=/usr/bin/
CONFDIR=/etc/
$(BIN): $(OBJECTS)
g++ -o $(BIN) $(OBJECTS) -Wall -pedantic -ggdb -lboost_regex -lboost_program_options
g++ -o $(BIN) $(OBJECTS) -Wall -pedantic -O3 -lboost_regex -lboost_program_options
all: $(BIN)