Commit 790f2802 authored by Manish's avatar Manish

Help Menu and Argument Flag Aligned

Signed-off-by: default avatarManish <Manish1.Kumar@amd.com>
parent 73277172
......@@ -186,7 +186,7 @@ function main() {
until [ -z "$1" ]
do
case "$1" in
--archnative)
--arch-native)
CMAKE_C_FLAGS+=("-march=native")
CMAKE_CXX_FLAGS+=("-march=native")
shift;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment