mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
remove -m64 (#216)
This commit is contained in:
@@ -65,7 +65,7 @@ endif()
|
||||
if(BNGBLASTER_CPU_NATIVE)
|
||||
target_compile_options(bngblaster PRIVATE -Werror -Wall -Wextra -Wno-deprecated-declarations -pedantic -march=native -mtune=native)
|
||||
ELSE()
|
||||
target_compile_options(bngblaster PRIVATE -Werror -Wall -Wextra -Wno-deprecated-declarations -pedantic -m64 -mtune=generic)
|
||||
target_compile_options(bngblaster PRIVATE -Werror -Wall -Wextra -Wno-deprecated-declarations -pedantic -mtune=generic)
|
||||
ENDIF()
|
||||
|
||||
# Optional IPO. Do not use IPO if it's not supported by compiler.
|
||||
|
||||
@@ -19,7 +19,7 @@ endif()
|
||||
if(BNGBLASTER_CPU_NATIVE)
|
||||
target_compile_options(lspgen PRIVATE -Werror -Wall -Wextra -Wno-deprecated-declarations -pedantic -march=native -mtune=native)
|
||||
else()
|
||||
target_compile_options(lspgen PRIVATE -Werror -Wall -Wextra -Wno-deprecated-declarations -pedantic -m64 -mtune=generic)
|
||||
target_compile_options(lspgen PRIVATE -Werror -Wall -Wextra -Wno-deprecated-declarations -pedantic -mtune=generic)
|
||||
endif()
|
||||
|
||||
# Optional IPO. Do not use IPO if it's not supported by compiler.
|
||||
|
||||
Reference in New Issue
Block a user