clean up compilaton options
This commit is contained in:
+1
-8
@@ -8,26 +8,19 @@ PREFIX=/usr/local
|
||||
language='
|
||||
-std=c++17
|
||||
-fno-rtti
|
||||
-fno-exceptions
|
||||
-fno-non-call-exceptions
|
||||
-fno-common' # force each global variable to be only defined once
|
||||
-fno-exceptions'
|
||||
|
||||
optimizations='
|
||||
-Ofast
|
||||
-flto
|
||||
-fipa-pta
|
||||
-fgcse-sm
|
||||
-fgcse-las
|
||||
-march=native'
|
||||
|
||||
warnings='
|
||||
-Wall
|
||||
-Wextra
|
||||
-Wno-implicit-fallthrough
|
||||
-Wno-multichar'
|
||||
# -Wpedantic' #-fanalyzer
|
||||
|
||||
|
||||
other='-fno-fat-lto-objects'
|
||||
|
||||
# Compile
|
||||
|
||||
Reference in New Issue
Block a user