Skip to content

Commit

Permalink
tuned build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sinipelto committed Jan 15, 2020
1 parent 117198d commit 0885d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_linux.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!bin/sh
#!/bin/sh

# Ensure bin/ exists
mkdir bin
Expand All @@ -10,4 +10,4 @@ rm -r bin/*
cp -R skeleton/* bin/

# Compile the program with optimization using g++
g++ -v -Wall -lcurl -o bin/updater -I . -Ofast *.cpp internal/*.cpp
g++ -Wall -lcurl -o bin/updater -I . -Ofast $(find . -iname "*.cpp")

0 comments on commit 0885d3a

Please sign in to comment.