Skip to content

Commit ace57f5

Browse files
committed
Show GCC build options on Linux
1 parent 6e3aec9 commit ace57f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

install/linux_build

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
ROOT=$(cd "$(dirname "$0")/.."; pwd)
44

5+
echo "" | gcc -v -E - 2>&1 | grep GCC_OPTIONS
6+
57
if [ -z "$ROOT" ]; then
68
echo "ERROR: Unknown workspase"
79
exit 1
@@ -80,4 +82,4 @@ mkdir -p "$DEPLOYMENT_DIR"
8082

8183
echo "\nDeploying to: " $DEPLOYMENT_DIR
8284
cd "$APP_DIR"
83-
zip -r "$DEPLOYMENT_DIR/$ZIP_NAME" "$APP_NAME"
85+
zip -r "$DEPLOYMENT_DIR/$ZIP_NAME" "$APP_NAME"

0 commit comments

Comments
 (0)