Skip to content

Commit

Permalink
Changes: Install script changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarouf committed Oct 25, 2021
1 parent 334a7ca commit 4dcdcaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

CC="gcc"
ERRFLAGS = ["-Wall"]
CFLAGS=["-std=c99", "-ffunction-sections", "-fdata-sections", "-fopenmp", "-ftrack-macro-expansion=1", "-Os"] + ERRFLAGS
CFLAGS=["-std=c99", "-ffunction-sections", "-fdata-sections", "-fopenmp", "-ftrack-macro-expansion=2", "-Os"] + ERRFLAGS
LDFLAGS=["-lm", "-Wl,-rpath", "-Wl,/usr/local/lib", "-I/usr/local/include","-fopenmp"]
OUTEXE="build/test"

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ sh make-lib.sh

mv -ni build/lib/libzkcollection.a "$LIB_DIR"

cp -Rfi build/include/z_ "$INCLUDE_DIR"
cp -Rf build/include/z_ "$INCLUDE_DIR"

rm -rf build/include/z_

0 comments on commit 4dcdcaf

Please sign in to comment.