compile for OpenBSD
This commit is contained in:
@@ -5,9 +5,7 @@ cd src
|
||||
# Install location
|
||||
PREFIX=/usr/local
|
||||
|
||||
|
||||
# Compile cppipe
|
||||
# The options are with gcc in mind, but should work with clang and maybe other compilers
|
||||
options="-std=c++17 -Ofast -fwhole-program -march=native -DNDEBUG -Wall -Wextra -Wno-parentheses -Wno-unused-result -s -pipe"
|
||||
# options="-std=c++17 -g"
|
||||
c++ -o cppipe $options cppipe.cpp
|
||||
|
||||
Reference in New Issue
Block a user